Skip to content

Commit

Permalink
Rename Github CI workflow to test
Browse files Browse the repository at this point in the history
  • Loading branch information
rdavid committed Feb 8, 2024
1 parent 80dcf5d commit b979898
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml → .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
name: lint
name: test
'on': push
env:
BASE_REL: 0.9.20240202
BASE_SRC: https://github.com/rdavid/shellbase/archive/refs/tags/v0.9.20240202.tar.gz # yamllint disable-line
jobs:
text-linux:
test-linux:
strategy:
matrix:
os: [ubuntu-20.04, ubuntu-22.04]
Expand Down

0 comments on commit b979898

Please sign in to comment.