Skip to content

Merge pull request #35 from biscuit-auth/snapshots #112

Merge pull request #35 from biscuit-auth/snapshots

Merge pull request #35 from biscuit-auth/snapshots #112

Workflow file for this run

name: 'build-lint'
on: # rebuild any PRs and main branch changes
pull_request:
push:
branches:
- main
- 'releases/*'
jobs:
build: # make sure build/ci work properly
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: |
npm ci
- run: |
npm run build-lint