Skip to content

⬆️ deps: Upgrade babel monorepo. #479

⬆️ deps: Upgrade babel monorepo.

⬆️ deps: Upgrade babel monorepo. #479

name: ci:lint-workflows
on:
push:
branches:
- main
pull_request:
merge_group:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
lint:
name: Continuous integration (lint workflows)
runs-on: ubuntu-latest
timeout-minutes: 2
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
- name: Install 💾
id: install
run: |
bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash)
- name: Lint workflows 👕
run: |
echo "::add-matcher::.github/workflows/matchers/actionlint.json"
${{ steps.install.outputs.executable }} -color