Skip to content

Commit

Permalink
Merge branch 'develop' into feature/correct-cost-for-cloudfront
Browse files Browse the repository at this point in the history
  • Loading branch information
bishal7679 authored Oct 11, 2023
2 parents e2c34bd + a27da11 commit f1c8da8
Show file tree
Hide file tree
Showing 37 changed files with 3,691 additions and 936 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Lint
on:
push:

jobs:
lint:
name: golangci-lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup go
uses: actions/setup-go@v4
with:
go-version-file: go.mod
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
args: --timeout=10m
version: v1.54.2
214 changes: 103 additions & 111 deletions README.md

Large diffs are not rendered by default.

Loading

0 comments on commit f1c8da8

Please sign in to comment.