Skip to content

Commit

Permalink
p
Browse files Browse the repository at this point in the history
  • Loading branch information
Lehoczky committed Dec 6, 2024
1 parent 8552c3c commit bba3d4b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@ jobs:
- id: affected-packages
run: |
{
echo 'affected<<EOF'
echo 'AFFECTED<<EOF'
npx nx show projects --affected
echo EOF
} >> "$GITHUB_OUTPUT"
} >> "$GITHUB_ENV"
- run: echo ${{join(steps.affected-packages.outputs.affected, '\n')}}
- run: echo ${{env.AFFECTED}}

# - name: Check formatting 🎨
# run: npx nx format:check
Expand Down

0 comments on commit bba3d4b

Please sign in to comment.