Skip to content

chore(deps): update lukka/get-cmake action to v3.31.0 #9

chore(deps): update lukka/get-cmake action to v3.31.0

chore(deps): update lukka/get-cmake action to v3.31.0 #9

name: Check - Github actions
on:
pull_request:
paths:
- ".github/workflows/**.yaml"
- ".github/actions/**"
- "package.json"
- "package-lock.json"
workflow_call:
workflow_dispatch:
jobs:
actions:
name: Check Github actions
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Setup tools
uses: ./.github/actions/npm-tools-setup
- name: Check Github actions
run: npm run check:github-actions