Skip to content

fix: try to fix

fix: try to fix #24

Workflow file for this run

name: 🧹 Lint
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
lint:
name: Lint codebase
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Lint Dockerfile
uses: hadolint/[email protected]
- name: Lint GitHub workflows
run: |
bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash)
./actionlint -color
shell: bash
- name: Lint Markdown
uses: DavidAnson/markdownlint-cli2-action@v11
with:
config: .markdownlint.yaml