Skip to content

Merge branch 'main-v2' of https://github.com/hydrogest/yesimbot into … #39

Merge branch 'main-v2' of https://github.com/hydrogest/yesimbot into …

Merge branch 'main-v2' of https://github.com/hydrogest/yesimbot into … #39

Workflow file for this run

name: Build
on:
push:
pull_request:
branches: [main]
types: [opened, synchronize, reopened, labeled, unlabeled]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Setup
uses: cordiverse/workflows/.github/actions/setup@main
- name: Lint JavaScript
run: yarn build:all