REPOSITORY / ScuroNeko/Laniakea

Pull Requests

PULL REQUESTS REPOSITORY

v1.0.0 #9

Merged
ScuroNeko merged 101 commits from dev into main 2026-05-20 13:43:34 +03:00
Showing only changes of commit e92a0d37f3 - Show all commits
+1 -2
View File
@@ -1,5 +1,5 @@
name: Golang lint name: Golang lint
run-name: Linting code in ${{ gitea.repository }} by ${{ gitea.actor }} run-name: Linting code
on: [push] on: [push]
jobs: jobs:
@@ -8,6 +8,5 @@ jobs:
steps: steps:
- name: Checkout repository code - name: Checkout repository code
uses: actions/checkout@v6 uses: actions/checkout@v6
- name: Run golangci-lint - name: Run golangci-lint
run: golangci-lint run run: golangci-lint run