Skip to content

recurcive state directory creation #13

recurcive state directory creation

recurcive state directory creation #13

Workflow file for this run

name: static-check
on:
pull_request:
push:
tags:
- 'v*'
branches:
- main
jobs:
staticcheck:
name: staticcheck (project)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
with:
fetch-depth: 1
- uses: dominikh/staticcheck-action@v1.3.0
with:
version: "2023.1.1"
env:
GO_VERSION: 1.21.5