mirror of
https://github.com/nexu-io/open-design.git
synced 2026-05-31 19:04:39 +07:00
* fix(ci): lint workflow changes with actionlint * fix(ci): lint workflow changes with actionlint Generated-By: looper 0.0.0-dev (runner=fixer, agent=opencode) * fix(ci): lint workflow changes with actionlint Generated-By: looper 0.0.0-dev (runner=fixer, agent=opencode) * fix(ci): lint workflow changes with actionlint Generated-By: looper 0.0.0-dev (runner=fixer, agent=opencode)
28 lines
465 B
YAML
28 lines
465 B
YAML
name: actionlint
|
|
|
|
on:
|
|
pull_request:
|
|
paths:
|
|
- .github/workflows/**
|
|
push:
|
|
branches:
|
|
- main
|
|
paths:
|
|
- .github/workflows/**
|
|
|
|
permissions:
|
|
contents: read
|
|
|
|
jobs:
|
|
actionlint:
|
|
name: Lint GitHub Actions workflows
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
- name: Checkout
|
|
uses: actions/checkout@v6.0.2
|
|
|
|
- name: Check workflow files
|
|
uses: docker://rhysd/actionlint:1.7.12
|
|
with:
|
|
args: -color
|