Skip to content

Artex v2 eks images 1.29 #1

Artex v2 eks images 1.29

Artex v2 eks images 1.29 #1

Workflow file for this run

name: "[CI] Auto"
on:
pull_request:
types:
- opened
- reopened
- synchronize
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
- run: go install mvdan.cc/sh/v3/cmd/shfmt@latest
- run: make lint
unit-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: make test