Skip to content

Bump husky from 8.0.0 to 8.0.3 #3

Bump husky from 8.0.0 to 8.0.3

Bump husky from 8.0.0 to 8.0.3 #3

Workflow file for this run

name: 'build-test'
on:
pull_request:
jobs:
build: # make sure build/ci work properly
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: yarn install --immutable
- run: yarn all
test: # make sure the action works on a clean machine without building
runs-on: ubuntu-latest
permissions:
contents: write # to be able to delete branches
pull-requests: read # to be able to confirm that branches don't have associated PRs
steps:
- uses: actions/checkout@v3
- uses: ./
with:
dry-run: true