Skip to content

Commit

Permalink
Run linter less times
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobbieker authored Sep 16, 2021
1 parent bd72b8e commit bf15b32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linters.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: Lint Python

on: [push, pull_request]
on: [push]

jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8, 3.9]
python-version: [3.9]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit bf15b32

Please sign in to comment.