Skip to content
This repository has been archived by the owner on Jun 15, 2024. It is now read-only.

chore(deps): update actions/checkout digest to 1d96c77 (#23) #54

chore(deps): update actions/checkout digest to 1d96c77 (#23)

chore(deps): update actions/checkout digest to 1d96c77 (#23) #54

Workflow file for this run

name: Actionlint with reviewdog
on:
push:
branches:
- main
- master
pull_request:
branches:
- main
- master
jobs:
actionlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
- name: Run ationlint (Push)
if: ${{ github.event_name == 'push' }}
run: |
bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash)
./actionlint -color
- name: Run actionlint (Pull-request)
if: ${{ github.event_name == 'pull_request' }}
uses: reviewdog/action-actionlint@v1
with:
fail_on_error: true