Skip to content

Commit

Permalink
Remove echo from a workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
domhhv committed Sep 19, 2024
1 parent 414b3db commit cf43f11
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/code-health.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ jobs: # list of things to do
- name: Type Checking
run: yarn typecheck

- run: echo "SUPABASE_URL is $SUPABASE_URL"
env:
SUPABASE_URL: ${{ secrets.SUPABASE_URL }}

linting:
name: Linting # job name (unique id)
runs-on: ubuntu-latest # on which machine to run
Expand Down

0 comments on commit cf43f11

Please sign in to comment.