Skip to content

chore(ci): bump radiorabe/actions from 0.22.1 to 0.22.3 #73

chore(ci): bump radiorabe/actions from 0.22.1 to 0.22.3

chore(ci): bump radiorabe/actions from 0.22.1 to 0.22.3 #73

Workflow file for this run

name: Lint and Test
on:
push:
branches-ignore:
- master
- main
- gh-pages
jobs:
golangci-lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.19.x
- name: Run GolangCI-Lint
uses: golangci/[email protected]
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.19.x
- run: go test ./...