Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 2 additions & 7 deletions .github/workflows/reuse_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,7 @@ name: Call a reusable workflow

on:
pull_request:
branches:
- main

jobs:
call-workflow:
uses: AllenCell/reusable-workflows/.github/workflows/setup_yarn.yml@bdeb8b1fbd7fbe9d364855bb7a365f3c844c5792
with:
node-version: "24.x"
yarn-version: "1.22.22"
lint:
uses: AllenCell/reusable-workflows/.github/workflows/yarn_lint.yml@5f908f7dc47714bf48b2300487f83d4406c7ff9d
Loading