Skip to content

Commit

Permalink
refactor: remove unrequired parse step
Browse files Browse the repository at this point in the history
  • Loading branch information
CallumNZ committed Jun 13, 2024
1 parent 65795a3 commit e5c643d
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 e5c643d

Please sign in to comment.