Skip to content

Fix almost inlined flag (#29) #69

Fix almost inlined flag (#29)

Fix almost inlined flag (#29) #69

Workflow file for this run

name: build
permissions: read-all
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: '0 0 * * 0' # run "At 00:00 on Sunday"
workflow_dispatch:
inputs:
tag:
description: 'Tag to create'
required: true
default: 'v0.0.0'
# See https://github.com/cristalhq/.github/.github/workflows
jobs:
build:
uses: cristalhq/.github/.github/workflows/[email protected]
vuln:
uses: cristalhq/.github/.github/workflows/[email protected]
release:
if: github.event_name == 'workflow_dispatch'
permissions:
contents: write
uses: cristalhq/.github/.github/workflows/[email protected]
with:
tag: ${{ github.event.input.tag }}