Skip to content

deps: bump @nilfoundation/hardhat-plugin from 0.14.0 to 0.15.0 #40

deps: bump @nilfoundation/hardhat-plugin from 0.14.0 to 0.15.0

deps: bump @nilfoundation/hardhat-plugin from 0.14.0 to 0.15.0 #40

Workflow file for this run

name: Format
on:
pull_request:
branches:
- main
jobs:
format:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: npm install
- name: Run Format
run: npm run format