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

chore(deps): update actions/deploy-pages action to v4 (#21) #50

chore(deps): update actions/deploy-pages action to v4 (#21)

chore(deps): update actions/deploy-pages action to v4 (#21) #50

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@b4ffde65f46336ab88eb53be808477a3936bae11 # 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