Skip to content

Commit

Permalink
Rename job and call the lint session
Browse files Browse the repository at this point in the history
  • Loading branch information
mdpiper committed Aug 10, 2024
1 parent 51130d0 commit 0a15359
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Format
name: Lint

on: [push, pull_request]

jobs:

format:
lint:
name: Check for lint and format code to a standard style
if:
github.event_name == 'push' || github.event.pull_request.head.repo.full_name !=
Expand All @@ -24,4 +24,4 @@ jobs:
run: pip install nox

- name: Format code
run: nox -s format -- --check --verbose --diff
run: nox -s lint

0 comments on commit 0a15359

Please sign in to comment.