Skip to content

Merge commit '78fc5b146491a46d89f2c661f6c8bd573f86b530' into connect-… #24

Merge commit '78fc5b146491a46d89f2c661f6c8bd573f86b530' into connect-…

Merge commit '78fc5b146491a46d89f2c661f6c8bd573f86b530' into connect-… #24

Workflow file for this run

name: Continuous Integration
on:
- push
- pull_request
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: pnpm/[email protected]
with:
version: 7
- name: Setup Node.js environment
uses: actions/setup-node@v3
with:
node-version: 16
cache: "pnpm"
- name: Install Dependencies
run: pnpm install
- name: Run Linter
run: pnpm run lint