Skip to content

Merge pull request #16 from datachainlab/impl-unit-tests #32

Merge pull request #16 from datachainlab/impl-unit-tests

Merge pull request #16 from datachainlab/impl-unit-tests #32

Workflow file for this run

name: Solhint
on:
push:
branches:
- main
pull_request:
jobs:
solhint:
runs-on: ubuntu-latest
steps:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: '25'
- uses: actions/checkout@v3
- name: Install Node dependencies
run: |
npm ci
- name: Run solhint
run: |
npm run lint:sol