Skip to content

feat(ci): add options to disable liquid rendering and run pre-check script #32

feat(ci): add options to disable liquid rendering and run pre-check script

feat(ci): add options to disable liquid rendering and run pre-check script #32

Workflow file for this run

---
name: Lint
on:
push:
branches:
- main
pull_request:
branches:
- main
defaults:
run:
# Specify to ensure "pipefail and errexit" are set.
# Ref: https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#defaultsrunshell
shell: bash
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Lint YAML files
working-directory: .github/workflows/
run: |
yamllint --format github .