Skip to content

Update maintainers table formatting #113

Update maintainers table formatting

Update maintainers table formatting #113

Workflow file for this run

name: fluence testing

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

View workflow run for this annotation

GitHub Actions / .github/workflows/test.yaml

Invalid workflow file

(Line: 4, Col: 17): A sequence was not expected
on:
pull_request: []
jobs:
test-fluence:
runs-on: ubuntu-latest
name: build fluence
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: ^1.22
- name: Run Tests
run: |
cd src/fluence
make test