Skip to content

Commit

Permalink
chore: merge branch 'main' into v2-exp
Browse files Browse the repository at this point in the history
  • Loading branch information
aymanbagabas committed Oct 23, 2024
2 parents 43b11c3 + 12b04c5 commit e858f4a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 107 deletions.
39 changes: 8 additions & 31 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,31 +1,8 @@
name: lint
on:
push:
pull_request:

permissions:
contents: read
# Optional: allow read access to pull request. Use with `only-new-issues` option.
pull-requests: read

jobs:
golangci:
name: lint
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: ^1

- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
# Optional: golangci-lint command line arguments.
#args:
# Optional: show only new issues if it's a pull request. The default value is `false`.
only-new-issues: true
name: lint
on:
push:
pull_request:

jobs:
lint:
uses: charmbracelet/meta/.github/workflows/lint.yml@main
46 changes: 0 additions & 46 deletions .golangci-soft.yml

This file was deleted.

30 changes: 0 additions & 30 deletions .golangci.yml

This file was deleted.

0 comments on commit e858f4a

Please sign in to comment.