Skip to content

Commit

Permalink
down logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel-Therrien-Beslogic committed Nov 14, 2024
1 parent 700824f commit 0ce762b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/canopeum_frontend_pr_validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ jobs:
ref: ${{ github.event.pull_request.head.ref }}
# Token with Contents permissions to allow retriggering workflow
token: ${{ secrets.PR_AUTOFIX_PAT }}
- name: Logging
run: echo "${{toJSON(github.event)}}"
- uses: actions/setup-node@v4
- run: npm ci
- run: npm run lint:fix
Expand All @@ -41,6 +39,8 @@ jobs:
if: ${{ !cancelled() && github.event.head_commit.author.name != 'github-actions' }}
with:
default_author: github_actions
- name: Logging
run: echo "${{toJSON(github.event)}}"

Build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 0ce762b

Please sign in to comment.