Skip to content

Feature/swap widget #57

Feature/swap widget

Feature/swap widget #57

Workflow file for this run

name: Code Formatting & Lint Check
on:
pull_request:
push:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 20
cache: "npm"
- name: Install dependencies
run: npm install --force
- name: Check code formatting with Prettier
run: npx prettier --check .