We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e455871 commit 50c7c59Copy full SHA for 50c7c59
.github/workflows/main.yml
@@ -5,8 +5,10 @@ jobs:
5
runs-on: ubuntu-latest
6
steps:
7
- uses: actions/checkout@v1
8
+ - run: cd
9
+ - run: ls
10
- name: Runs DX Scanner on the code
- uses: DXHeroes/dx-scanner@master
11
+ uses: docker://dxheroes/dx-scanner:latest
12
with:
13
github_token: ${{ secrets.TEST }}
14
- run: cd
0 commit comments