Skip to content

Sending ZKSync Era pubdata #62

Sending ZKSync Era pubdata

Sending ZKSync Era pubdata #62

Workflow file for this run

name: Prettier Check
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
oxlint:
name: Prettier Linter
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Node
uses: actions/setup-node@v4
with:
node-version: 18
cache: 'npm'
cache-dependency-path: 'validium/package-lock.json'
- name: Install dependencies
run: cd validium && npm install
- name: Prettier check
run: cd validium && npm run check-format