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
+2 -3
View File
@@ -1,13 +1,12 @@
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:
lint: lint:
runs-on: go-latest runs-on: go-latest
steps: steps:
- name: Check out 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