Skip to content

Update CHANGELOG for v20230816 (#1396) #799

Update CHANGELOG for v20230816 (#1396)

Update CHANGELOG for v20230816 (#1396) #799

Workflow file for this run

name: CI
on:
workflow_dispatch:
push:
branches:
- 'master'
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
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: make test