Skip to content

Commit

Permalink
fix: rename workflow to test
Browse files Browse the repository at this point in the history
  • Loading branch information
brittonhayes committed Mar 25, 2023
1 parent 3019efb commit 3f9c083
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
@@ -1,4 +1,4 @@
name: Chart Lint
name: Test
on:
push:
branches:
Expand All @@ -7,8 +7,8 @@ on:
branches:
- main
jobs:
lint:
name: Lint
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand Down

0 comments on commit 3f9c083

Please sign in to comment.