Skip to content

Bump prettier-plugin-solidity from 2.2.0 to 2.2.1 #184

Bump prettier-plugin-solidity from 2.2.0 to 2.2.1

Bump prettier-plugin-solidity from 2.2.0 to 2.2.1 #184

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
hlint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Install dependencies
run: npm install
- name: Run formatter
run: npm run format
- name: Run linter
run: npm run lint