Skip to content

Commit

Permalink
toml lint (erigontech#89)
Browse files Browse the repository at this point in the history
* save

* save

* save

* save
  • Loading branch information
AskAlexSharov authored and blxdyx committed Mar 8, 2024
1 parent 4c6321a commit b20cbf2
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
name: CI
on:
push:
branches:
- main
- e35
pull_request:
branches:
- '**'

jobs:
tests:
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '1.20'
- run: go install github.com/pelletier/go-toml/v2/cmd/tomll@latest

- run: tomll amoy.toml
- run: tomll bor-mainnet.toml
- run: tomll chiado.toml
- run: tomll gnosis.toml
- run: tomll goerli.toml
- run: tomll mainnet.toml
- run: tomll mumbai.toml
- run: tomll sepolia.toml

- run: tomll webseed/amoy.toml
- run: tomll webseed/bor-mainnet.toml
- run: tomll webseed/chiado.toml
- run: tomll webseed/gnosis.toml
- run: tomll webseed/goerli.toml
- run: tomll webseed/mainnet.toml
- run: tomll webseed/mumbai.toml
- run: tomll webseed/sepolia.toml

0 comments on commit b20cbf2

Please sign in to comment.