Skip to content

Merge pull request #62 from huanshankeji/copilot/fix-1e12ff10-bb36-42… #153

Merge pull request #62 from huanshankeji/copilot/fix-1e12ff10-bb36-42…

Merge pull request #62 from huanshankeji/copilot/fix-1e12ff10-bb36-42… #153

Workflow file for this run

name: CI
on:
workflow_dispatch:
push:
branches: ["*"]
# pull_request:
# branches: [ "*" ]
jobs:
check:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
permissions:
contents: read
steps:
- uses: huanshankeji/.github/actions/[email protected]
with:
jdk-versions: 17-temurin
dependency-submission:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
permissions:
contents: write
steps:
- uses: huanshankeji/.github/actions/[email protected]
with:
jdk-versions: 17-temurin