Skip to content

Use checkout v4 to silence node16 deprecation warnings #16

Use checkout v4 to silence node16 deprecation warnings

Use checkout v4 to silence node16 deprecation warnings #16

Workflow file for this run

name: "test"

Check failure on line 1 in .github/workflows/test.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/test.yml

Invalid workflow file

You have an error in your yaml syntax on line 1
push:
branches: [ master ]
pull_request:
branches: [ master ]
# allow running manually
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm ci
- uses: ./
- run: echo $BRANCH_NAME