Skip to content

Merge pull request #16 from bento-platform/fix/use-callback-sign-out-… #58

Merge pull request #16 from bento-platform/fix/use-callback-sign-out-…

Merge pull request #16 from bento-platform/fix/use-callback-sign-out-… #58

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install modules
run: npm install
- name: Run linter
run: npm run lint