Skip to content

Commit

Permalink
update naming convention for workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Audiosutras committed Nov 16, 2023
1 parent a4860a0 commit 0d30214
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml → .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Tests
name: CI

on:
push:
Expand All @@ -10,7 +10,7 @@ on:

jobs:
run_test_suite:
name: Run Test Suite
name: Run Test Suite, Style Guide, & Code Checks
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down

0 comments on commit 0d30214

Please sign in to comment.