Update actions
All checks were successful
Show context properties / dump_contexts_to_log (push) Successful in 2s

This commit is contained in:
2025-11-22 16:25:30 +03:00
parent 7f3e9809ef
commit c46f887a5a
2 changed files with 5 additions and 5 deletions

View File

@@ -1,8 +1,8 @@
name: Show context properties
on:
push:
tags:
- context
branches:
- main
jobs:
dump_contexts_to_log:

View File

@@ -3,7 +3,7 @@ run-name: Started by ${{ gitea.actor }}
on:
push:
branches:
- main
- dev
jobs:
Explore-Gitea-Actions:
@@ -20,8 +20,8 @@ jobs:
- name: Check out repository code
uses: actions/checkout@v6
- name: Golang linter
uses: actions/golangci-lint-action@v9
# - name: Golang linter
# uses: actions/golangci-lint-action@v9
- name: Build and test application
env: