Skip to content

Update dependency @stylistic/eslint-plugin to v2.11.0 #704

Update dependency @stylistic/eslint-plugin to v2.11.0

Update dependency @stylistic/eslint-plugin to v2.11.0 #704

Workflow file for this run

name: Unit-Testing
on:
workflow_dispatch:
push:
branches: [ main ]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v3
with:
version: 9
- name: Install dependencies
run: pnpm i
- name: Testing
run: pnpm test
env:
CI: true
- name: Codecov
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}