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 0ad4b8f #55

chore(deps): update actions/checkout digest to 0ad4b8f

chore(deps): update actions/checkout digest to 0ad4b8f #55

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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # 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