Skip to content

Merge branch 'main' of https://github.com/BitCannaGlobal/WeedWallet #180

Merge branch 'main' of https://github.com/BitCannaGlobal/WeedWallet

Merge branch 'main' of https://github.com/BitCannaGlobal/WeedWallet #180

Workflow file for this run

name: Eslint
on: push
jobs:
build:
name: Build and test
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run lint