diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index cf92d17c..8aa4ccec 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -1,11 +1,23 @@ name: pre-commit on: - pull_request: + pull_request_target: + types: + - opened + - edited + - synchronize + - reopened push: - branches: [master] + branches: [main] jobs: + semantics: + runs-on: ubuntu-latest + steps: + - uses: amannn/action-semantic-pull-request@v3.4.6 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + pre-commit: runs-on: ubuntu-latest steps: