Skip to content

Bump @openzeppelin/hardhat-upgrades from 3.2.1 to 3.3.0 #4792

Bump @openzeppelin/hardhat-upgrades from 3.2.1 to 3.3.0

Bump @openzeppelin/hardhat-upgrades from 3.2.1 to 3.3.0 #4792

Workflow file for this run

name: Lint check
on:
push:
branches:
- "main"
pull_request:
workflow_dispatch:
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm install --global yarn && yarn
name: Install dependencies
- run: yarn lint
name: Run lint