Skip to content

Commit

Permalink
Add fi
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleJune committed Jul 13, 2023
1 parent 664cb1c commit 6cd0945
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,12 @@ jobs:
run: |
if ["${{ secrets.CODECOV_TOKEN }}" != ""]
then
echo "CODECOV_TOKEN=${{ secrets.CODECOV_TOKEN }}" >> $GITHUB_OUTPUT
echo "CODECOV_TOKEN=${{ secrets.CODECOV_TOKEN }}" >> $GITHUB_OUTPUT;
fi
- id: deno_dir
name: Get cache directory
run: |
echo "DENO_DIR=${{ runner.temp }}/deno_dir" >> $GITHUB_OUTPUT
echo "DENO_DIR=${{ runner.temp }}/deno_dir" >> $GITHUB_OUTPUT;
lint:
name: Lint
runs-on: ubuntu-latest
Expand Down

0 comments on commit 6cd0945

Please sign in to comment.