Skip to content

Commit

Permalink
ci: fix CI script error
Browse files Browse the repository at this point in the history
  • Loading branch information
zhutmost committed Jun 18, 2024
1 parent f60c533 commit 7b85536
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ name: Continuous Integration

on:
workflow_dispatch:
schedule:
- cron: '0 0 * * 0'
push:
branches:
- main
pull_request:

jobs:
code-check:
Expand All @@ -22,7 +24,7 @@ jobs:
java-version: '21'

- name: Setup Mill
uses: zhutmost/setup-mill@v1
uses: zhutmost/setup-mill@main

- name: Check formatting
run:
Expand All @@ -44,7 +46,7 @@ jobs:
java-version: '21'

- name: Setup Mill
uses: zhutmost/setup-mill@v1
uses: zhutmost/setup-mill@main

- name: Run tests
run:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/github-dependency-graph.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,8 @@ jobs:
distribution: 'temurin'
java-version: '21'

- name: Setup Mill
uses: zhutmost/setup-mill@main

- name: Submit Dependency Graph
uses: ckipp01/mill-dependency-submission@v1

0 comments on commit 7b85536

Please sign in to comment.