Skip to content

A0-2999: Update all actions to run on node20 #213

A0-2999: Update all actions to run on node20

A0-2999: Update all actions to run on node20 #213

Workflow file for this run

---
name: GH Action YAML linter
on:
pull_request:
paths:
- '.github/**.yml'
- '.github/**.yaml'
concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
cancel-in-progress: true
jobs:
main:
name: YAML Lint
runs-on: ubuntu-20.04
steps:
- name: LINT | Execute YAML linter
uses: Cardinal-Cryptography/github-actions/yaml-lint@v1