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