Skip to content

Rewrite in Go

Rewrite in Go #1

Workflow file for this run

name: Lint GitHub Actions
on:
pull_request:
branches:
- main
paths:
- '.github/workflows/*.yml'
push:
branches:
- main
paths:
- '.github/workflows/*.yml'
permissions:
contents: read
jobs:
actions:
name: Check GitHub Actions
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- name: Setup matchers
run: echo "::add-matcher::.github/matchers/actionlint.json"
shell: bash
env:
GH_TOKEN: ${{ github.token }}
- name: Run actionlint
uses: rhysd/actionlint@914e7df21a07ef503a81201c76d2b11c789d3fca # v1.7.12
- name: Run zizmor
uses: zizmorcore/zizmor-action@b1d7e1fb5de872772f31590499237e7cce841e8e # v0.5.3
with:
advanced-security: false