add lint action #19

Merged
andrey merged 5 commits from action into master 2025-12-23 22:01:14 +03:00
Showing only changes of commit 8cdcafec7d - Show all commits

View File

@@ -3,7 +3,7 @@ name: Go Action
on: [push, pull_request] on: [push, pull_request]
jobs: jobs:
lint: goaction:
runs-on: ubuntu-latest # Use a Gitea Actions runner label runs-on: ubuntu-latest # Use a Gitea Actions runner label
steps: steps:
- name: Check out repository code - name: Check out repository code