diff options
| author | Damien Retzinger <[email protected]> | 2022-01-12 13:26:19 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-01-12 13:26:19 -0500 |
| commit | 2f3170442330a7877c7a57f63a7dbcd9b451370e (patch) | |
| tree | ff7f359b0cb433963704b9009ed5fdd160647a8d /.github/workflows | |
| parent | 3f7d6981668b4a75d6444495bd39bfa493004c09 (diff) | |
| download | faker-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.yml | 1 |
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 |
