Skip to content

Commit 1f4ebb1

Browse files
authored
Update main.yml
1 parent 852142f commit 1f4ebb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name: DX Scanner
22
on: push
33
jobs:
4-
dx-scanne:
4+
dx-scanner:
55
runs-on: ubuntu-latest
66
steps:
77
- uses: actions/checkout@v1
88
- name: Runs DX Scanner on the code
9-
- uses: docker://dxheroes/dx-scanner:latest
9+
uses: docker://dxheroes/dx-scanner:latest
1010
with:
1111
github_token: ${{ secrets.TEST }}
1212
- run: dx-scanner run --ci

0 commit comments

Comments
 (0)