Skip to content

Commit

Permalink
chore(repo): Enable bundlewatch
Browse files Browse the repository at this point in the history
  • Loading branch information
nikosdouvlis committed Jun 6, 2024
1 parent cbafc03 commit 76ac124
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,16 @@ concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

env:
# Bundlewatch
# DO NOT REMOVE :)
BUNDLEWATCH_GITHUB_TOKEN: ${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }}
CI_REPO_OWNER: ${{ vars.REPO_OWNER }}
CI_REPO_NAME: ${{ vars.REPO_NAME }}
CI_COMMIT_SHA: ${{ github.event.pull_request.head.sha }}
CI_BRANCH: ${{ github.ref }}
CI_BRANCH_BASE: refs/heads/main

jobs:
formatting-linting:
name: Formatting, linting & changeset checks
Expand Down

0 comments on commit 76ac124

Please sign in to comment.