Skip to content

CI Lockup :: chore: fix solhint (#1352) #3

CI Lockup :: chore: fix solhint (#1352)

CI Lockup :: chore: fix solhint (#1352) #3

Workflow file for this run

name: "CI: Lockup"
run-name: "CI Lockup :: ${{ github.event.head_commit.message || github.event.pull_request.title }}"
concurrency:
cancel-in-progress: true
group: ${{github.workflow}}-${{github.ref}}
on:
workflow_dispatch:
pull_request:
paths:
- ".github/workflows/ci-lockup.yml"
- ".github/workflows/ci-module.yml"
- "lockup/**"
- "foundry.base.toml"
- "package.json"
push:
branches:
- "main"
- "staging"
paths:
- ".github/workflows/ci-lockup.yml"
- ".github/workflows/ci-module.yml"
- "lockup/**"
- "foundry.base.toml"
- "package.json"
jobs:
ci:
uses: "./.github/workflows/ci-module.yml"
secrets: inherit
with:
module: "lockup"