Skip to content

cmd/laravel-ls/cmd/root.go: check viper.ConfigFileUser() and report n… #69

cmd/laravel-ls/cmd/root.go: check viper.ConfigFileUser() and report n…

cmd/laravel-ls/cmd/root.go: check viper.ConfigFileUser() and report n… #69

Workflow file for this run

name: Test
permissions:
contents: read
on:
- push
- pull_request
jobs:
test:
strategy:
fail-fast: false
matrix:
go-version: ["1.22"]
arch: [ amd64 ]
runs-on: ubuntu-24.04
name: Test (${{matrix.arch}} go v${{ matrix.go-version }})
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- name: Test
run: GOARCH=${{matrix.arch}} go test -v ./...