Skip to content

Commit

Permalink
♻️ Merge pull request #21 from HidemaruOwO/develop
Browse files Browse the repository at this point in the history
🔧 Disable to actionlint #20 (.github/workflows/actionlint.yml)
  • Loading branch information
HidemaruOwO authored Sep 11, 2023
2 parents 42c8a29 + e1b903c commit 9a1bb8c
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions .github/workflows/actionlint.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
name: Actionlint
# name: Actionlint

on:
push:
paths:
- '.github/workflows/*'
pull_request:
# on:
# push:
# paths:
# - '.github/workflows/*'
# pull_request:

jobs:
actionlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
# jobs:
# actionlint:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v3

- name: Download actionlint
id: get_actionlint
run: bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash)
shell: bash
# - name: Download actionlint
# id: get_actionlint
# run: bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash)
# shell: bash

- name: Check workflow files
run: ${{ steps.get_actionlint.outputs.executable }} -color
shell: bash
# - name: Check workflow files
# run: ${{ steps.get_actionlint.outputs.executable }} -color
# shell: bash

0 comments on commit 9a1bb8c

Please sign in to comment.