Skip to content

Commit

Permalink
ci: remove check-size action
Browse files Browse the repository at this point in the history
deprecated
  • Loading branch information
apertureless committed Dec 12, 2023
1 parent e679114 commit 97eb46a
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,6 @@ on:
branches:
- main
jobs:
size:
runs-on: ubuntu-latest
name: Checking size
steps:
- name: Checkout the repository
uses: actions/checkout@v4
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 8
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 16
cache: 'pnpm'
typings:
runs-on: ubuntu-latest
name: typings
Expand Down

0 comments on commit 97eb46a

Please sign in to comment.