Skip to content

♻️ Merge pull request #33 from HidemaruOwO/fix/test-workflow #71

♻️ Merge pull request #33 from HidemaruOwO/fix/test-workflow

♻️ Merge pull request #33 from HidemaruOwO/fix/test-workflow #71

Workflow file for this run

# name: Actionlint
# on:
# push:
# paths:
# - '.github/workflows/*'
# pull_request:
# 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: Check workflow files
# run: ${{ steps.get_actionlint.outputs.executable }} -color
# shell: bash