Skip to content

Commit

Permalink
updated run schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
ERDC\RDITLSCW authored and sdc50 committed Jan 15, 2025
1 parent 539dc47 commit 2bbd52a
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/lint_and_format.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: Linting and Formatting

on: [push, pull_request]
on:
push:
branches:
- "main"
pull_request:
branches:
- "*"

jobs:
lint:
Expand All @@ -19,10 +25,10 @@ jobs:
ignore: "E203"
max-line-length: "120"
format:
needs: lint
# needs: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable
with:
options: "--check"
options: "--check --line-length 120"

0 comments on commit 2bbd52a

Please sign in to comment.