Skip to content

Commit

Permalink
add changes from #4355
Browse files Browse the repository at this point in the history
  • Loading branch information
crodriguezvega authored Aug 28, 2023
1 parent b206a6a commit 209a49e
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion .github/workflows/callbacks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,23 @@ on:
paths:
- '.github/workflows/callbacks.yml'
- 'modules/apps/callbacks/**'

permissions:
contents: read

jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v4
with:
go-version: '1.20'
- uses: actions/checkout@v3
- uses: golangci/golangci-lint-action@v3.7.0
with:
version: v1.53.3
args: --timeout 5m
working-directory: modules/apps/callbacks

build:
runs-on: ubuntu-latest
strategy:
Expand Down

0 comments on commit 209a49e

Please sign in to comment.