Skip to content

Merge initial dev setup to master #2

Merge initial dev setup to master

Merge initial dev setup to master #2

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'
run: npx commitlint --from ${{ github.event.pull_request.head.sha }}~${{ github.event.pull_request.commits }} --to ${{ github.event.pull_request.head.sha }} --verbose