Skip to content

chore: update template (#3) #6

chore: update template (#3)

chore: update template (#3) #6

Workflow file for this run

name: pr-checks
on:
pull_request:
merge_group:
push:
branches:
- main
concurrency:
group: ${{ github.head_ref }}

Check failure on line 9 in .github/workflows/pr.yml

View workflow run for this annotation

GitHub Actions / pr-checks

Invalid workflow file

The workflow is not valid. .github/workflows/pr.yml (Line: 9, Col: 10): Unexpected value ''
cancel-in-progress: true
jobs:
sqruff-lint:
name: Lint template with sqruff
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # ratchet:actions/checkout@v3
- uses: quarylabs/install-sqruff-cli-action@main
- name: Lint template
run: sqruff lint .
prettier-yaml:
name: Lint/Format YAML with Prettier
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: npx prettier --check '**/*.yaml'