Skip to content

Fix to prevent api key from being removed from the state file when the key is updated #309

Fix to prevent api key from being removed from the state file when the key is updated

Fix to prevent api key from being removed from the state file when the key is updated #309

Workflow file for this run

name: test-pr
on:
pull_request:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19
- name: Unit Test
run: make test
- name: Vet
run: make vet