Skip to content

fix: failure parsing from/to string like module.foo["hoge"] #2

fix: failure parsing from/to string like module.foo["hoge"]

fix: failure parsing from/to string like module.foo["hoge"] #2

Workflow file for this run

aname: test

Check failure on line 1 in .github/workflows/test.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/test.yml

Invalid workflow file

The workflow is not valid. .github/workflows/test.yml (Line: 1, Col: 1): Unexpected value 'aname'
on:
pull_request:
branches: [ main ]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v2
with:
go-version: 1.21
- uses: actions/checkout@v3
with:
fetch-depth: 0
- run: make build
- run: make test