Skip to content

Merge pull request #7 from RIVM-bioinformatics/update_cli #9

Merge pull request #7 from RIVM-bioinformatics/update_cli

Merge pull request #7 from RIVM-bioinformatics/update_cli #9

Workflow file for this run

on:
push:
branches:
- main
name: Release
jobs:
bump-version:
name: Release version
runs-on: ubuntu-latest
steps:
- uses: GoogleCloudPlatform/release-please-action@v3
id: release
with:
release-type: python # just keep a changelog, no version anywhere outside of git tags
package-name: juno_variant_typing
lint:
name: Lint Code Base
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v3
- name: Lint Code Base
uses: github/super-linter@v4
env:
VALIDATE_ALL_CODEBASE: false
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_SNAKEMAKE_SNAKEFMT: true