Skip to content

chore(deps): pin wagoid/commitlint-github-action action [v6.1.2 → 3d28780] - autoclosed #13

chore(deps): pin wagoid/commitlint-github-action action [v6.1.2 → 3d28780] - autoclosed

chore(deps): pin wagoid/commitlint-github-action action [v6.1.2 → 3d28780] - autoclosed #13

Workflow file for this run

name: CI
on:
pull_request:
branches: ["main"]
push:
branches: ["main"]
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/setup-java@f2beeb24e141e01a676f977032f5a29d81c9e27e # v5.1.0
with:
distribution: "temurin"
java-version-file: .tool-versions
cache: "gradle"
- name: Run tests
run: ./gradlew test