summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2020-08-23 02:34:55 -0700
committerTimothy Crosley <timothy.crosley@gmail.com>2020-08-23 02:34:55 -0700
commitced04a4c04ea06f47a9a6f6dc215af1cd2fa6d8d (patch)
treef48f14cfa157ea742dabfad0138f6b02cdb66421 /.github
parentaa31bb8b13e422684c2920b83f7c69262db099c7 (diff)
downloadisort-ced04a4c04ea06f47a9a6f6dc215af1cd2fa6d8d.tar.gz
Fix integration test workflow, removing accidental references to linting
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/integration.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml
index 9669db86..28310311 100644
--- a/.github/workflows/integration.yml
+++ b/.github/workflows/integration.yml
@@ -1,4 +1,4 @@
-name: Lint
+name: Integration
on: [push, pull_request]