Skip to content

Merge branch 'main' of https://github.com/XantreGodlike/react-fast-hoc #66

Merge branch 'main' of https://github.com/XantreGodlike/react-fast-hoc

Merge branch 'main' of https://github.com/XantreGodlike/react-fast-hoc #66

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
name: Lint x Test react-fast-hoc package
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: latest
- uses: actions/setup-node@v3
with:
cache: "pnpm"
node-version: latest
- run: pnpm i
- run: pnpm lint