Skip to content

Merge branch 'main' of https://github.com/covalenthq/goldrush-kit int… #151

Merge branch 'main' of https://github.com/covalenthq/goldrush-kit int…

Merge branch 'main' of https://github.com/covalenthq/goldrush-kit int… #151

Workflow file for this run

name: Lint
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install dependencies
run: npm install
- name: Lint
run: npm run lint