From e5c643de19adff4f97ccb0f7eaeec94e4124da88 Mon Sep 17 00:00:00 2001 From: Callum Morris Date: Thu, 13 Jun 2024 14:43:12 +1200 Subject: [PATCH] refactor: remove unrequired parse step --- .github/workflows/reusable-eslint.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/reusable-eslint.yml b/.github/workflows/reusable-eslint.yml index 8c9c993..2223cad 100644 --- a/.github/workflows/reusable-eslint.yml +++ b/.github/workflows/reusable-eslint.yml @@ -17,14 +17,6 @@ jobs: name: require GeoNet org run: | exit 1 - - name: Parse paths - id: parse-paths - run: | - if [ -n "${{ inputs.paths }}" ]; then - echo "paths=$(echo '${{ inputs.paths }}' | tr '\n' ' ')" >> $GITHUB_OUTPUT - else - exit 1 - fi - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 with: