Skip to content

version : bump to 1.0.10 #216

version : bump to 1.0.10

version : bump to 1.0.10 #216

Workflow file for this run

# https://docs.github.com/en/actions/using-workflows/reusing-workflows
name: PR/Push update
on:
workflow_dispatch:
pull_request:
branches: [main]
push:
branches: [main]
jobs:
linting:
uses: ./.github/workflows/linting.yml
codeql:
needs: linting
if: ${{ needs.linting.result == 'success' }}
uses: ./.github/workflows/codeql.yml