Skip to content

Merge branch 'main' of github.com:secondl1ght/bitbanana-website into … #77

Merge branch 'main' of github.com:secondl1ght/bitbanana-website into …

Merge branch 'main' of github.com:secondl1ght/bitbanana-website into … #77

name: Prettier, ESLint, build CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: install modules
run: yarn
- name: run prettier & eslint
run: yarn lint
- name: run check
run: yarn check
- name: build app
run: yarn build