aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorDamien Retzinger <[email protected]>2022-01-12 13:26:19 -0500
committerGitHub <[email protected]>2022-01-12 13:26:19 -0500
commit2f3170442330a7877c7a57f63a7dbcd9b451370e (patch)
treeff7f359b0cb433963704b9009ed5fdd160647a8d /.github/workflows
parent3f7d6981668b4a75d6444495bd39bfa493004c09 (diff)
downloadfaker-2f3170442330a7877c7a57f63a7dbcd9b451370e.tar.xz
faker-2f3170442330a7877c7a57f63a7dbcd9b451370e.zip
ci: remove dependence between test and lint jobs (#108)
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 14bba905..82d98cb1 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -10,7 +10,6 @@ jobs:
test:
runs-on: ubuntu-latest
name: 'Testing'
- needs: lint
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2