Skip to content

fix(loki-rule): improve error handling in json parsing (#23) #10

fix(loki-rule): improve error handling in json parsing (#23)

fix(loki-rule): improve error handling in json parsing (#23) #10

Workflow file for this run

name: On Push
on:
push:
branches:
- main
- track/**
jobs:
tests:
name: Run Tests
uses: ./.github/workflows/test.yaml
publish-charm:
name: Publish Charm
needs: tests
uses: ./.github/workflows/publish.yaml
secrets:
CHARMCRAFT_CREDENTIALS: ${{ secrets.CHARMCRAFT_CREDENTIALS }}