Skip to content

Commit

Permalink
run lint and type checking in PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
eadm committed Oct 16, 2024
1 parent e6eaa1d commit c748678
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
paths-ignore:
- "slackbot/tests/**"
- "README.md"
pull_request:
branches:
- main

concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}
Expand Down Expand Up @@ -68,6 +71,7 @@ jobs:
- lint
- type_checking
runs-on: [self-hosted, small]
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit c748678

Please sign in to comment.