Skip to content

Commit

Permalink
Always run the checks
Browse files Browse the repository at this point in the history
  • Loading branch information
PapaCharlie committed Feb 2, 2024
1 parent 85f724f commit 718d9a2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 12 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
name: integration_test

on:
push:
branches:
- master
pull_request:
on: [push, pull_request]

jobs:
integration_test:
Expand All @@ -19,6 +14,7 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go-version }}

- name: Setup Java 14
uses: actions/setup-java@v3
with:
Expand Down
9 changes: 3 additions & 6 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
name: lint

on:
push:
branches:
- master
pull_request:
on: [push, pull_request]

jobs:
lint:
Expand All @@ -16,9 +11,11 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Install go
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go-version }}

- name: Lint code
uses: golangci/golangci-lint-action@v3

0 comments on commit 718d9a2

Please sign in to comment.