Skip to content

feat: set unknown as return type of onBeforeSignIn #1067

feat: set unknown as return type of onBeforeSignIn

feat: set unknown as return type of onBeforeSignIn #1067

Workflow file for this run

name: Build
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
node-version: [lts/-2, lts/-1, lts/*, current]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: yarn
- run: yarn install
- run: yarn run lint
- run: yarn run build
- run: yarn run format:check
- run: yarn test
env:
CI: true
- uses: codecov/codecov-action@v3
- name: Run bundlewatch
run: yarn run bundlewatch
env:
BUNDLEWATCH_GITHUB_TOKEN: '${{ secrets.BJERKBOT_GITHUB_TOKEN }}'
CI_BRANCH_BASE: main