Skip to content

Commit

Permalink
Remove unneeded step
Browse files Browse the repository at this point in the history
  • Loading branch information
katjuell committed Oct 1, 2024
1 parent 03538da commit 9a37aef
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/presubmit-metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ on:
jobs:
verify-keywords:
runs-on: ubuntu-latest
env:
RESULT_OUPUT:

steps:
- uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
Expand All @@ -25,8 +23,3 @@ jobs:
echo "$file" has keywords that are not on allow list. Please update.
fi
done
- name: Output results
shell: bash
id: output-results
run: |
echo ${{ steps.verify-keywords.outputs.stdout }}

0 comments on commit 9a37aef

Please sign in to comment.