Skip to content

Commit

Permalink
fix: remove spectral and update go in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mmolnar committed Jun 5, 2024
1 parent 7d74534 commit 78bf6aa
Showing 1 changed file with 5 additions and 16 deletions.
21 changes: 5 additions & 16 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
@@ -1,25 +1,14 @@
name: Go
on: [push]
jobs:

spectralops:
name: Spectral
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Install
run: curl -L spectralops.io/get | sudo sh
- name: Scan
run: spectral run

jobs:
validator:
name: Checks Validators
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.13
- name: Set up Go 1.22
uses: actions/setup-go@v1
with:
go-version: 1.13
go-version: 1.22
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v1
Expand All @@ -32,10 +21,10 @@ jobs:
name: Code Test
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.13
- name: Set up Go 1.22
uses: actions/setup-go@v1
with:
go-version: 1.13
go-version: 1.22
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v1
Expand Down

0 comments on commit 78bf6aa

Please sign in to comment.