Skip to content

test: migrate to typescript (#40) #49

test: migrate to typescript (#40)

test: migrate to typescript (#40) #49

name: Check GitHub Actions Workflow Syntax
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
lint:
runs-on: ubuntu-24.04
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install actionlint
run: |
bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash)
shell: bash
- name: Lint GitHub Actions workflows
run: |
./actionlint -color