Skip to content

[fix] fix workflow

[fix] fix workflow #1

Workflow file for this run

name: actionlint
on:
push:
branches:
- master
pull_request:
jobs:
actionlint:
name: Lint workflows
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Download actionlint
id: get_actionlint
run: bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash)
shell: bash
- name: actionlint
run: make actionlint