diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml deleted file mode 100644 index cf8e729..0000000 --- a/.github/workflows/main.yml +++ /dev/null @@ -1,32 +0,0 @@ -# name: CI -# on: [push] -# jobs: -# build: -# name: Build, lint, and test on Node ${{ matrix.node }} and ${{ matrix.os }} - -# runs-on: ${{ matrix.os }} -# strategy: -# matrix: -# node: ['10.x', '12.x', '14.x'] -# os: [ubuntu-latest, windows-latest, macOS-latest] - -# steps: -# - name: Checkout repo -# uses: actions/checkout@v2 - -# - name: Use Node ${{ matrix.node }} -# uses: actions/setup-node@v1 -# with: -# node-version: ${{ matrix.node }} - -# - name: Install deps and build (with cache) -# uses: bahmutov/npm-install@v1 - -# - name: Lint -# run: yarn lint - -# - name: Test -# run: yarn test --ci --coverage --maxWorkers=2 - -# - name: Build -# run: yarn build diff --git a/.github/workflows/size.yml b/.github/workflows/size.yml deleted file mode 100644 index d5a0fcf..0000000 --- a/.github/workflows/size.yml +++ /dev/null @@ -1,12 +0,0 @@ -# name: size -# on: [pull_request] -# jobs: -# size: -# runs-on: ubuntu-latest -# env: -# CI_JOB_NUMBER: 1 -# steps: -# - uses: actions/checkout@v1 -# - uses: andresz1/size-limit-action@v1 -# with: -# github_token: ${{ secrets.GITHUB_TOKEN }}