Some checks failed
Post PR Merge Action / integrate (push) Failing after 6s
17 lines
349 B
YAML
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
|