Skip to content

Generate Windows bindings for required symbols only #11

Generate Windows bindings for required symbols only

Generate Windows bindings for required symbols only #11

Workflow file for this run

name: Lint GitHub Actions workflows
on:
push:
branches: ["main"]
paths: [".github/**"]
pull_request:
branches: ["main"]
paths: [".github/**"]
merge_group:
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}
cancel-in-progress: true
permissions:
contents: read
jobs:
actionlint:
runs-on: ubuntu-latest
defaults:
run:
shell: bash
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Download actionlint
id: get_actionlint
run: bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash)
- name: Check workflow files
run: |
echo "::add-matcher::.github/actionlint-matcher.json"
${{ steps.get_actionlint.outputs.executable }} -color