Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
CMCDragonkai committed Dec 20, 2024
1 parent 222203c commit 7ce9f8a
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 0 deletions.
Empty file added .github/workflows/app-build.yml
Empty file.
19 changes: 19 additions & 0 deletions .github/workflows/library-js-feature.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: "CI / Library JS Feature"

on:
workflow_call:

jobs:
check-lint:
name: "Check / Lint"
runs-on: ubuntu-latest
container:
image: ghcr.io/matrixai/github-runner
steps:
- uses: actions/checkout@v4
- name: Run linting
run: |
nix develop .#ci --command bash -c $'
npm run lint
'
6 changes: 6 additions & 0 deletions .github/workflows/library-js-staging.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
name: "CI / Library JS Staging"

on:
workflow_call:

jobs:
6 changes: 6 additions & 0 deletions .github/workflows/library-js-tag.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
name: "CI / Library JS Tag"

on:
workflow_call:

jobs:
Empty file.

0 comments on commit 7ce9f8a

Please sign in to comment.