Skip to content

[shaping] Fix trailing spaces (#164) #740

[shaping] Fix trailing spaces (#164)

[shaping] Fix trailing spaces (#164) #740

Workflow file for this run

name: Test
on: [push, pull_request]
permissions:
contents: read
jobs:
test:
strategy:
matrix:
go-version: [1.17.x, 1.20.x, 1.21.x]
os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: WillAbides/[email protected]
with:
go-version: ${{ matrix.go-version }}
- name: Test
run: go test ./...
- name: Build without tests
run: go build ./...