1 Commits
Author SHA1 Message Date
alu 8da2bac56f add static analysis action
Static Analysis - Golang / lint-check (push) Successful in 12s
Code Style - Web Components / lint-check (push) Successful in 17s
2026-07-29 22:39:07 +00:00
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
name: Static Analysis -- Golang name: Static Analysis - Golang
run-name: 'Static Analysis -- Golang -- ${{ gitea.repository }} ${{ gitea.ref_name }} ${{ gitea.sha }}' run-name: 'Static Analysis -- ${{ gitea.repository }} ${{ gitea.ref_name }} ${{ gitea.sha }} -- Golang'
on: on:
push: push:
branches: branches:
+1 -1
View File
@@ -1,5 +1,5 @@
name: Code Style - Web Components name: Code Style - Web Components
run-name: 'Code Style -- Web Components -- ${{ gitea.repository }} ${{ gitea.ref_name }} ${{ gitea.sha }}' run-name: 'Code Style -- ${{ gitea.repository }} ${{ gitea.ref_name }} ${{ gitea.sha }} -- Web Components'
on: on:
push: push:
branches: branches: