Skip to content

fix key saving folder creation bug (#21) #42

fix key saving folder creation bug (#21)

fix key saving folder creation bug (#21) #42

Workflow file for this run

name: test-coverage
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: '1.21'
- name: Update coverage badge
uses: ./.github/actions/test-coverage
with:
chart: true
amend: true