Skip to content

Bump github.com/BurntSushi/toml from 1.1.0 to 1.3.2 #309

Bump github.com/BurntSushi/toml from 1.1.0 to 1.3.2

Bump github.com/BurntSushi/toml from 1.1.0 to 1.3.2 #309

Workflow file for this run

name: Test
on:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Run tests
uses: ./.github/actions/run-tests
- name: Report coverage
uses: codecov/[email protected]