Skip to content

Adding system tests #24

Adding system tests

Adding system tests #24

Workflow file for this run

name: Lint code
on:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: ⚙️ Install dependencies
uses: ./.github/workflows/install-pnpm
- name: 📝 Check by linter
run: pnpm lint