Skip to content

Commit

Permalink
Replace tidal doctor with analyze code for main action
Browse files Browse the repository at this point in the history
- Move action that validates _it works_ to a subfolder
  • Loading branch information
justinbarclay committed Oct 23, 2023
1 parent 16165e5 commit ff667d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
tidal-email: '${{ secrets.TIDAL_EMAIL }}'
tidal-url: '${{ secrets.TIDAL_URL }}'
tidal-password: '${{ secrets.TIDAL_PASSWORD }}'
id: hello
ping:
runs-on: ubuntu-latest
name: A job to run tidal ping
Expand All @@ -38,7 +37,7 @@ jobs:
# you must check out the repository
- name: Checkout
uses: actions/checkout@v4
- name: Tidal Doctor action step
- name: Tidal Code Analyze action step
uses: ./ # Uses an action in the root directory
with:
tidal-email: '${{ secrets.TIDAL_EMAIL }}'
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ runs:
- code
- --app-id
- '${{ inputs.app-id }}'
- '.'
- '${{ github.workspace }}'

0 comments on commit ff667d4

Please sign in to comment.