Skip to content

Commit

Permalink
ci: cleanup lint workflow name
Browse files Browse the repository at this point in the history
  • Loading branch information
kthompson committed May 31, 2024
1 parent d6ecb42 commit f6b6e77
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Validate PR
name: lint
on:
pull_request:
branches: [main]
jobs:
check_formatting:
lint:
runs-on: ubuntu-latest
name: Check Formatting
name: lint
steps:
- uses: actions/checkout@v2
- run: |
Expand Down

0 comments on commit f6b6e77

Please sign in to comment.