Skip to content

Merge branch 'main' of https://github.com/lalalune/bgent #33

Merge branch 'main' of https://github.com/lalalune/bgent

Merge branch 'main' of https://github.com/lalalune/bgent #33

Workflow file for this run

name: Lint
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- run: npm ci
- run: npm run lint