Skip to content

Bump up version to v1.1.2 #12

Bump up version to v1.1.2

Bump up version to v1.1.2 #12

Workflow file for this run

name: CI
on:
pull_request_target:
types: [ opened, reopened, synchronize, ready_for_review, converted_to_draft ]
concurrency:
group: ${{ github.workflow }}-${{ github.event.number }}
cancel-in-progress: true
permissions:
pull-requests: write
statuses: write
checks: write
actions: read
contents: read
jobs:
Lint:
uses: ./.github/workflows/call-lint.yml
Build:
uses: ./.github/workflows/call-build.yml