Skip to content

Commit 2f1ae9d

Browse files
fixup
1 parent de1edc9 commit 2f1ae9d

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

.github/workflows/level1.yml

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,6 @@ jobs:
3030
- uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
3131
with:
3232
egress-policy: audit
33-
- name: Setup Node.js
34-
uses: actions/setup-node@v4
35-
with:
36-
node-version: 21
37-
- uses: actions/checkout@v4
38-
with:
39-
repository: ${{ github.event.workflow_run.head_repository.full_name }}
40-
ref: ${{ github.event.workflow_run.head_sha }}
41-
- run: |
42-
npm install
43-
npm run lint
44-
- name: Log test executions
33+
- name: Log execution
4534
run: |
46-
echo "Lint ran for commit ${{ github.event.workflow_run.head_sha }} with message ${{ github.event.workflow_run.head_commit.message }} from ${{ github.event.workflow_run.head_repository.full_name }} on Branch ${{ github.event.workflow_run.head_branch }} in a PR from ${{ github.actor }}. Please check the logs for more information."
35+
echo "Topping ran on commit ${{ github.event.workflow_run.head_sha }} with message ${{ github.event.workflow_run.head_commit.message }} from ${{ github.event.workflow_run.head_repository.full_name }} on Branch ${{ github.event.workflow_run.head_branch }} in a PR from ${{ github.actor }}. Please check the logs for more information."

0 commit comments

Comments
 (0)