-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #492 from 1ifeworld/salief/config-ci
salief/config ci
- Loading branch information
Showing
7 changed files
with
107 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
name: Integrate | ||
|
||
on: | ||
push: | ||
branches: [ main, "releases/v*" ] | ||
pull_request: | ||
workflow_dispatch: | ||
|
||
jobs: | ||
coding-standards: | ||
runs-on: ubuntu-latest | ||
strategy: | ||
matrix: | ||
project: ['apps/site'] | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v4 | ||
|
||
- name: Setup Biome | ||
uses: biomejs/setup-biome@v2 | ||
with: | ||
# This allows the setup action to resolve the biome version to install | ||
# from the package.json file in the project's directory. Falls back to | ||
# the latest stable version if no version is specified. | ||
working-dir: ${{ matrix.project }} | ||
|
||
- name: Run Biome | ||
# This runs the biome command in the project's directory. | ||
working-directory: ${{ matrix.project }} | ||
run: biome ci . |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,8 @@ | |
"dev:site": "pnpm dev --filter=site" | ||
}, | ||
"devDependencies": { | ||
"@biomejs/biome": "^1.3.1", | ||
"@biomejs/biome": "^1.5.3", | ||
"turbo": "^1.10.16" | ||
} | ||
}, | ||
"packageManager": "[email protected]" | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.