mirror of
https://github.com/moeru-ai/airi.git
synced 2026-04-28 06:29:33 +00:00
parent
c5f7b8c362
commit
977fb20f26
2 changed files with 4 additions and 0 deletions
2
.gemini/config.yaml
Normal file
2
.gemini/config.yaml
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
ignore_patterns:
|
||||
- packages/i18n/src/**
|
||||
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -48,6 +48,7 @@ jobs:
|
|||
|
||||
build-test:
|
||||
name: Build Test (${{ matrix.app_name }})
|
||||
if: ${{ !(github.event_name == 'pull_request' && startsWith(github.event.pull_request.head.label, 'i18n/')) }}
|
||||
strategy:
|
||||
matrix:
|
||||
include:
|
||||
|
|
@ -102,6 +103,7 @@ jobs:
|
|||
typecheck:
|
||||
name: Type Check
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ !(github.event_name == 'pull_request' && startsWith(github.event.pull_request.head.label, 'i18n/')) }}
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue