Skip to content

build(deps): bump peter-evans/create-or-update-comment from 46da6c0d98504aed6fc429519a258b951f23f474 to ddff993e3c91296d410ace8836568b0e4aeada34 #2315

build(deps): bump peter-evans/create-or-update-comment from 46da6c0d98504aed6fc429519a258b951f23f474 to ddff993e3c91296d410ace8836568b0e4aeada34

build(deps): bump peter-evans/create-or-update-comment from 46da6c0d98504aed6fc429519a258b951f23f474 to ddff993e3c91296d410ace8836568b0e4aeada34 #2315

Workflow file for this run

name: GitHub Actions CI
on:
push:
branches: [main]
pull_request: {}
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: '1.21'
- run: make tools
- run: make lint
- run: make website-lint
- run: make build
- run: make test