Skip to content
This repository has been archived by the owner on Oct 6, 2024. It is now read-only.

Bump up version to 1.1.0 #10

Bump up version to 1.1.0

Bump up version to 1.1.0 #10

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