From 1ec3988ca2968f291e4d7f1fc9df7b73e1b0b0ab Mon Sep 17 00:00:00 2001 From: Mikeal Rogers Date: Mon, 9 Sep 2019 23:02:50 +0000 Subject: [PATCH] fix: clean is already default --- .github/workflows/push.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 9e5a5c3..4b2698a 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -6,8 +6,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@master - with: - clean: true - name: Shell Lint uses: actions/bin/shellcheck@master with: @@ -24,7 +22,6 @@ jobs: uses: actions/npm@master with: args: test - - name: Publish Filter uses: actions/bin/filter@master with: