Skip to content

Merge pull request #1191 from ksamoray/upgrade_groups #148

Merge pull request #1191 from ksamoray/upgrade_groups

Merge pull request #1191 from ksamoray/upgrade_groups #148

Workflow file for this run

name: website-lint
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19
- name: Install tools
run: make tools
- name: Website Lint
run: make website-lint