Skip to content

Bump rexml from 3.2.5 to 3.2.8 (#10) #10

Bump rexml from 3.2.5 to 3.2.8 (#10)

Bump rexml from 3.2.5 to 3.2.8 (#10) #10

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
golangci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.18.x
cache: true
- uses: golangci/golangci-lint-action@v3
with:
version: latest