Skip to content

ci: update .releaserc.json to extend open-turo/semantic-release-config #101

ci: update .releaserc.json to extend open-turo/semantic-release-config

ci: update .releaserc.json to extend open-turo/semantic-release-config #101

Workflow file for this run

name: CI
on:
pull_request:
branches: [main]
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: open-turo/actions-gha/lint@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: open-turo/actions-gha/test@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}