Skip to content

Commit

Permalink
ci: Merge workflows about build (#1324)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikuroXina authored Mar 23, 2024
1 parent ac6cf7f commit 76cbf02
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 62 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,29 @@ jobs:

- name: Build (docs)
run: bun build:docs

eslint:
name: eslint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
- name: Install packages
run: bun install --frozen-lockfile

- name: eslint (bot)
run: bun lint:bot

- name: eslint (docs)
run: bun lint:docs

license_checker:
name: license-checker
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
- name: Install packages
run: bun install --frozen-lockfile
- name: license-checker
run: bun x @guidesmiths/license-checker --failOn /GPL/ --disableReport
22 changes: 0 additions & 22 deletions .github/workflows/eslint.yml

This file was deleted.

18 changes: 0 additions & 18 deletions .github/workflows/license.yml

This file was deleted.

22 changes: 0 additions & 22 deletions .github/workflows/prettier.yml

This file was deleted.

0 comments on commit 76cbf02

Please sign in to comment.