Skip to content

Revert of #590

Revert of #590 #2064

Workflow file for this run

name: Checks and Linters
on:
pull_request:
jobs:
security:
uses: lidofinance/linters/.github/workflows/security.yml@master
permissions:
security-events: write
contents: read
docker:
uses: lidofinance/linters/.github/workflows/docker.yml@master
formatting:
name: Check code formatting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup node.js
uses: actions/setup-node@v3
with:
node-version: 20.x
- name: Setup prettier
run: npm install prettier@^3.2.5
- name: Check formatting with prettier
run: npx prettier --check .