...

Text file src/github.com/gobuffalo/flect/.github/workflows/standard-go-test.yml

Documentation: github.com/gobuffalo/flect/.github/workflows

     1name: Standard Test
     2
     3on:
     4  push:
     5    branches: [ main ]
     6  pull_request:
     7
     8jobs:
     9  call-standard-test:
    10    name: Test
    11    uses: gobuffalo/.github/.github/workflows/go-test.yml@v1
    12    secrets: inherit

View as plain text