Skip to content

chore(deps): bump github.com/hashicorp/hcl/v2 from 2.20.0 to 2.20.1 #101

chore(deps): bump github.com/hashicorp/hcl/v2 from 2.20.0 to 2.20.1

chore(deps): bump github.com/hashicorp/hcl/v2 from 2.20.0 to 2.20.1 #101

Workflow file for this run

name: Test and Coverage
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
name: Test
runs-on:
- ubuntu-latest
steps:
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.11.0
with:
access_token: ${{ github.token }}
- name: Checkout
uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: '1.20.3'
- name: Run test
run: make test
- name: Upload coverage to CodeCov
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}