Skip to content

Commit

Permalink
Change name of status check to simply "checks"
Browse files Browse the repository at this point in the history
  • Loading branch information
JayRovacsek committed Feb 10, 2024
1 parent 7ed4a0e commit 978d239
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: pre-commit
name: checks

on:
pull_request:
push:
branches: [main]

jobs:
pre-commit:
checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 978d239

Please sign in to comment.