Skip to content

chore: update version #68

chore: update version

chore: update version #68

Workflow file for this run

name: Run and test
on:
push:
paths-ignore:
- '**.md'
- '**.MD'
branches:
- "master"
- "develop"
- "ft**"
# Publish semver tags as releases.
tags: [ 'v*.*.*' ]
pull_request:
branches:
- "master"
- "develop"
# To run the workflow manually from the Actions tab
workflow_dispatch:
jobs:
build:
name: Run and test
runs-on: ubuntu-latest
timeout-minutes: 60
permissions:
contents: read
packages: write
# This is used to complete the identity challenge
# with sigstore/fulcio when running outside of PRs.
id-token: write
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Set up Helm
uses: azure/setup-helm@v3
with:
version: v3.10.0
- name: Run helm template
run: |
cd home-anthill
helm template -f values.yaml home-anthill .