Skip to content

Commit

Permalink
ci: bad indent
Browse files Browse the repository at this point in the history
  • Loading branch information
jossef authored Apr 23, 2022
1 parent 5d3d8d3 commit 6cb001e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/check-for-font-updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ jobs:
with:
node-version: '12'

- run: npm install
- run: npm install
- name: Check for font updates
id: updates
run: npm run check-for-font-updates && echo ::set-output name=valid::1 || true
Expand All @@ -38,4 +37,3 @@ jobs:
body: |
- check for font updates
branch: check-for-font-updates-${{ steps.timestamp.outputs.value }}

0 comments on commit 6cb001e

Please sign in to comment.