Skip to content

Commit

Permalink
Merge pull request #20 from IKukhta/fixup
Browse files Browse the repository at this point in the history
Fixup github workflow
  • Loading branch information
IKukhta authored Sep 24, 2024
2 parents 9c3205e + b403a05 commit b23a751
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,23 @@ on:
pull_request:
branches: [ "main" ]

jobs:
permissions:
contents: read

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: Set up Go
uses: actions/setup-go@v4
- uses: actions/setup-go@v4
with:
go-version: '1.22'

- name: Lint
run: make lint || true

- uses: golangci/golangci-lint-action@v6
with:
version: v1.61.0
args: --timeout=5m

- name: Test
run: make test

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![Go Report Card](https://goreportcard.com/badge/gojp/goreportcard)](https://goreportcard.com/report/gojp/goreportcard)

# RAML 1.0 parser for Go

> [!WARNING]
Expand Down

0 comments on commit b23a751

Please sign in to comment.