Skip to content

Commit

Permalink
chore: ci tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjastrzebski committed May 6, 2024
1 parent 10b8ef6 commit 8f363c6
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
branches:
- main

permissions:
pull-requests: write

jobs:
lint:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -55,6 +58,20 @@ jobs:
- name: Build package
run: yarn build

size-limit:
runs-on: ubuntu-latest
name: Size Limit
env:
CI_JOB_NUMBER: 1
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Calculate Size
- uses: andresz1/size-limit-action@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

test-website:
runs-on: ubuntu-latest
name: Test Website
Expand Down
17 changes: 0 additions & 17 deletions .github/workflows/size-limit.yml

This file was deleted.

0 comments on commit 8f363c6

Please sign in to comment.