Skip to content

🐛 init.shのエラーを修正 #30

🐛 init.shのエラーを修正

🐛 init.shのエラーを修正 #30

Workflow file for this run

name: actionlint
on:
pull_request:
branches:
- master
push:
branches:
- master
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: Check workflow files
run: ${{ steps.get_actionlint.outputs.executable }} -color
shell: bash