Skip to content

fix(release): pass token correctly (#11) #17

fix(release): pass token correctly (#11)

fix(release): pass token correctly (#11) #17

Workflow file for this run

name: Go Lint and Format
on:
pull_request:
push:
branches:
- "main"
- "master"
env:
GO_VERSION: stable
GOLANGCI_LINT_VERSION: v1.60
jobs:
golangci-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: ${{ env.GO_VERSION }}
- name: golangci-lint Action
uses: golangci/golangci-lint-action@v6
with:
args: --timeout=3m
terraform-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: hashicorp/setup-terraform@v3.1.2
- name: Terraform Accepatance Tests
run: |
DFCLOUD_API_KEY=${{ secrets.DFCLOUD_API_KEY }} make test