Skip to content

Merge branch 'patch-1' of https://github.com/yjf2002ghty/fairyground … #89

Merge branch 'patch-1' of https://github.com/yjf2002ghty/fairyground …

Merge branch 'patch-1' of https://github.com/yjf2002ghty/fairyground … #89

Workflow file for this run

name: CI
on: [push, pull_request, workflow_dispatch]
jobs:
lint:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- run: npm install prettier
- run: npm run format:check
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: chmod 744 ./release_make/CI.sh
- run: ./release_make/CI.sh