Skip to content

build: remove lint:fix test path #43

build: remove lint:fix test path

build: remove lint:fix test path #43

Workflow file for this run

name: ci
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: 20
cache: "yarn"
- run: yarn install
- run: yarn lint
- run: yarn test:types
- run: yarn build
- name: Run npx for testing local build
run: npx --no-install peer-gear
- run: yarn vitest --coverage
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.0.1
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
slug: motea927/peer-gear