Skip to content

🤖 Bump @typescript-eslint/eslint-plugin from 7.15.0 to 7.16.0 #47

🤖 Bump @typescript-eslint/eslint-plugin from 7.15.0 to 7.16.0

🤖 Bump @typescript-eslint/eslint-plugin from 7.15.0 to 7.16.0 #47

Workflow file for this run

name: "Formatting"
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
format-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.ref }}
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: "20.13"
cache: "npm"
- name: Install modules
run: npm ci
- name: Prettier
run: npm run format:check