Skip to content

Update dependency node to v18.17.1 #9

Update dependency node to v18.17.1

Update dependency node to v18.17.1 #9

name: Github actions checks
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
validate-github-workflows:
name: Check workflow files
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: equisoft-actions/with-asdf-vm@v1
- name: Check workflow files
run: |
echo "::add-matcher::.github/actionlint-matcher.json"
make check.workflows