Skip to content

Bump prettier from 2.8.8 to 3.0.3 #17

Bump prettier from 2.8.8 to 3.0.3

Bump prettier from 2.8.8 to 3.0.3 #17

Workflow file for this run

name: Run tests
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
Tests:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Install dependencies
run: npm install
- name: Run tests
run: npm test