Skip to content

Commit

Permalink
chore: add actionlintl.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nakamasato authored Oct 7, 2023
1 parent 9a6cd28 commit c5ca0b2
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/actionlintl.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: actionlint

on:
pull_request:
branches: [main]
paths:
- ".github/workflows/*"

jobs:
actionlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: actionlint
run: |
bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash)
./actionlint -color
shell: bash

0 comments on commit c5ca0b2

Please sign in to comment.