Skip to content

feat(prerelease): adds prerelease action that works on pull requests #99

feat(prerelease): adds prerelease action that works on pull requests

feat(prerelease): adds prerelease action that works on pull requests #99

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@v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: open-turo/actions-gha/test@v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}