Skip to content

✨ ⬆️ add support for mindee-lite and bump dependencies #2

✨ ⬆️ add support for mindee-lite and bump dependencies

✨ ⬆️ add support for mindee-lite and bump dependencies #2

Workflow file for this run

name: Lint workflows
on:
pull_request:
paths:
- '.github/workflows/**'
push:
branches: [main]
jobs:
actionlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Download actionlint
id: get_actionlint
run: bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash)
shell: bash
- name: Run actionlint
run: ${{ steps.get_actionlint.outputs.executable }} -color
shell: bash