Skip to content

Move gcc/13 to self-hosted #42

Move gcc/13 to self-hosted

Move gcc/13 to self-hosted #42

Workflow file for this run

name: Lint GitHub Actions Workflows
on:
push:
branches: [ main ]
paths:
- '.github/**'
pull_request:
paths:
- '.github/**'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
- name: Install actionlint
run: go install github.com/rhysd/actionlint/cmd/actionlint@latest
- name: Run actionlint
run: actionlint -color