Skip to content

chore: テキストファイルの改行コードがLFになるように設定を追加 #16

chore: テキストファイルの改行コードがLFになるように設定を追加

chore: テキストファイルの改行コードがLFになるように設定を追加 #16

Workflow file for this run

name: Actionlint
on:
push:
branches: [ main ]
paths:
- ".github/workflows/*.ya?ml"
pull_request:
paths:
- ".github/workflows/*.ya?ml"
workflow_dispatch:
jobs:
actionlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run actionlint
run: |
bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash)
./actionlint -color