Skip to content

Commit

Permalink
refactor: remove unrequired parse step
Browse files Browse the repository at this point in the history
Now that it's using inputs.paths directly, don't need this parse step.
Also, paths is required, so no need to check that paths have been given
  • Loading branch information
CallumNZ committed Jun 13, 2024
1 parent c284e9c commit cccf471
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/reusable-eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit cccf471

Please sign in to comment.