Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
perryd01 committed Dec 26, 2024
1 parent 74594d4 commit 911f0b4
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 142 deletions.
32 changes: 0 additions & 32 deletions .github/workflows/build.yml

This file was deleted.

11 changes: 11 additions & 0 deletions .github/workflows/content.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: content
on: [push]
jobs:
json-generation:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2

- run: bun install
- run: bun run compile
20 changes: 0 additions & 20 deletions .github/workflows/deploy.yml

This file was deleted.

35 changes: 0 additions & 35 deletions .github/workflows/eslint.yml

This file was deleted.

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

This file was deleted.

21 changes: 0 additions & 21 deletions .github/workflows/publish.yml

This file was deleted.

11 changes: 11 additions & 0 deletions .github/workflows/style.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: style
on: [push]
jobs:
check-project-coding-style:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2

- run: bun install
- run: bun run lint

0 comments on commit 911f0b4

Please sign in to comment.