diff options
author | Ven <vendicated@riseup.net> | 2022-10-12 16:06:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-12 16:06:53 +0200 |
commit | 09b3f6d19b717dc5d3a2e824b02848edeb7f8862 (patch) | |
tree | 44de8ab0dc788694765273241b5761af851891c5 /.github | |
parent | 8dff79d3f7997c40d6e0c553f9c13681270bb173 (diff) | |
download | Vencord-09b3f6d19b717dc5d3a2e824b02848edeb7f8862.tar.gz Vencord-09b3f6d19b717dc5d3a2e824b02848edeb7f8862.tar.bz2 Vencord-09b3f6d19b717dc5d3a2e824b02848edeb7f8862.zip |
ci: rename lint -> test
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/test.yml (renamed from .github/workflows/lint.yml) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/test.yml index 5e8dc04..59fa3d2 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/test.yml @@ -1,4 +1,4 @@ -name: lint +name: test on: push: branches: @@ -7,7 +7,7 @@ on: branches: - main jobs: - Build: + test: runs-on: ubuntu-latest steps: |