fix: add correct RRD Data format and fix the variatic function #165
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Continuous Integration | |
on: [pull_request] | |
jobs: | |
ci: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v3 | |
- name: Set up Go | |
uses: actions/setup-go@v3 | |
with: | |
go-version: "1.20" | |
- name: Continuous Integration | |
uses: magefile/mage-action@v2 | |
with: | |
version: latest | |
args: ci | |
- name: Upload to Codecov | |
uses: codecov/codecov-action@v3 |