Skip to content

Bump @github/prettier-config from 0.0.4 to 0.0.6 #342

Bump @github/prettier-config from 0.0.4 to 0.0.6

Bump @github/prettier-config from 0.0.4 to 0.0.6 #342

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
ci:
name: CI
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 18
- name: Install dependencies
run: npm ci
- name: Lint
run: npm run lint
- name: Build
run: npm run build
- name: Test
run: npm run test