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 d2ddf9c commit bd29bce
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/library-js-feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
runs-on: ubuntu-latest
container:
image: ghcr.io/matrixai/github-runner
permissions:
contents: read
steps:
- uses: actions/checkout@v4
- name: Run linting
Expand All @@ -24,6 +26,10 @@ jobs:
runs-on: ubuntu-latest
container:
image: ghcr.io/matrixai/github-runner
permissions:
contents: read
actions: write
checks: write
steps:
- uses: actions/checkout@v4
- name: Run tests
Expand Down Expand Up @@ -54,6 +60,9 @@ jobs:
runs-on: ubuntu-latest
container:
image: ghcr.io/matrixai/github-runner
permissions:
contents: read
actions: write
steps:
- uses: actions/checkout@v4
- name: Run build
Expand Down

0 comments on commit bd29bce

Please sign in to comment.