Skip to content

Bump zensical from 0.0.11 to 0.0.13 #859

Bump zensical from 0.0.11 to 0.0.13

Bump zensical from 0.0.11 to 0.0.13 #859

Workflow file for this run

name: Pull request
on:
pull_request:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
build:
uses: ./.github/workflows/test.yml
scan:
uses: ./.github/workflows/scan.yml
pull-request:
needs: build
name: Pull request success
runs-on: ubuntu-latest
steps:
- run: "true"