Skip to content

Merge initial dev setup to master #1

Merge initial dev setup to master

Merge initial dev setup to master #1

Workflow file for this run

name: Test
on: [pull_request]
jobs:
commitlint:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Validate PR commits with commitlint
if: github.event.name == "pull_request"

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

View workflow run for this annotation

GitHub Actions / Test

Invalid workflow file

The workflow is not valid. .github/workflows/test.yml (Line: 13, Col: 13): Unexpected symbol: '"pull_request"'. Located at position 22 within expression: github.event.name == "pull_request"
run: npx commitlint --from ${{ github.event.pull_request.head.sha }}~${{ github.event.pull_request.commits }} --to ${{ github.event.pull_request.head.sha }} --verbose