Skip to content

Merge branch 'main' of github.com:nolus-protocol/webapp #3027

Merge branch 'main' of github.com:nolus-protocol/webapp

Merge branch 'main' of github.com:nolus-protocol/webapp #3027

Workflow file for this run

name: Lint
on:
pull_request:
push:
tags:
- v*
branches:
- main
jobs:
lint:
name: Run eslint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- name: Run eslint
run: |
npm install
npm run lint