Skip to content

Commit ff667d4

Browse files
committed
Replace tidal doctor with analyze code for main action
- Move action that validates _it works_ to a subfolder
1 parent 16165e5 commit ff667d4

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
tidal-email: '${{ secrets.TIDAL_EMAIL }}'
1616
tidal-url: '${{ secrets.TIDAL_URL }}'
1717
tidal-password: '${{ secrets.TIDAL_PASSWORD }}'
18-
id: hello
1918
ping:
2019
runs-on: ubuntu-latest
2120
name: A job to run tidal ping
@@ -38,7 +37,7 @@ jobs:
3837
# you must check out the repository
3938
- name: Checkout
4039
uses: actions/checkout@v4
41-
- name: Tidal Doctor action step
40+
- name: Tidal Code Analyze action step
4241
uses: ./ # Uses an action in the root directory
4342
with:
4443
tidal-email: '${{ secrets.TIDAL_EMAIL }}'

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ runs:
2727
- code
2828
- --app-id
2929
- '${{ inputs.app-id }}'
30-
- '.'
30+
- '${{ github.workspace }}'

0 commit comments

Comments
 (0)