Skip to content

Fix actions

Fix actions #34

Workflow file for this run

name: DevOps
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
permissions:
contents: write
# IMPORTANT: this permission is mandatory for trusted publishing
id-token: write
jobs:
build-test-deploy:
name: Build, Test, Deploy to PyPI
uses: "./.github/workflows/build-reusable.yml"

Check failure on line 14 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / DevOps

Invalid workflow file

The workflow is not valid. In .github/workflows/build.yml (Line: 14, Col: 11): Error from called workflow ZEISS/pylibczirw/.github/workflows/build-reusable.yml@5ff06b80f2efc44f78a7a611c98b8dadf29f63f7 (Line: 262, Col: 9): Unexpected symbol: ')'. Located at position 90 within expression: github.event_name != 'pull_request' && needs.CodeQualityAnalysis-Test.result == 'skipped')
with:
Pure: false
PyVersionLatest: '3.11'
# Relative to github.workspace
PySourceFolder: "pylibCZIrw"
PkgName: pylibCZIrw
CIBWBEFOREALLLINUX: yum install -y glibc-static perl-IPC-Cmd
secrets:
CODECOV_TOKEN: ${{secrets.CODECOV_TOKEN}}