Skip to content

Commit 50c7c59

Browse files
authored
Update main.yml
1 parent e455871 commit 50c7c59

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@ jobs:
55
runs-on: ubuntu-latest
66
steps:
77
- uses: actions/checkout@v1
8+
- run: cd
9+
- run: ls
810
- name: Runs DX Scanner on the code
9-
uses: DXHeroes/dx-scanner@master
11+
uses: docker://dxheroes/dx-scanner:latest
1012
with:
1113
github_token: ${{ secrets.TEST }}
1214
- run: cd

0 commit comments

Comments
 (0)