christiangoeschel c1eb61d425
Some checks failed
Post PR Merge Action / integrate (push) Failing after 6s
feat: Add dev tools and helper scripts
2025-02-10 17:08:33 -05:00

17 lines
349 B
YAML

name: Pull Request Lint
run-name: ${{ gitea.actor }} is building on ${{ gitea.repository }} 🚀
on:
pull_request:
branches: [main]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Lint static source files
uses: ./.gitea/actions/pre-commit-linter