Skip to content

Fix linter violations #3

Fix linter violations

Fix linter violations #3

Workflow file for this run

name: CI
on:
pull_request:
jobs:
lint:
name: Lint Codebase
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Install Dependencies
run: npm ci
- name: Run Prettier
run: npm run prettier