Update actions
All checks were successful
Show context properties / dump_contexts_to_log (push) Successful in 2s
All checks were successful
Show context properties / dump_contexts_to_log (push) Successful in 2s
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
name: Show context properties
|
name: Show context properties
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags:
|
branches:
|
||||||
- context
|
- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
dump_contexts_to_log:
|
dump_contexts_to_log:
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ run-name: Started by ${{ gitea.actor }}
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- dev
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Explore-Gitea-Actions:
|
Explore-Gitea-Actions:
|
||||||
@@ -20,8 +20,8 @@ jobs:
|
|||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v6
|
||||||
|
|
||||||
- name: Golang linter
|
# - name: Golang linter
|
||||||
uses: actions/golangci-lint-action@v9
|
# uses: actions/golangci-lint-action@v9
|
||||||
|
|
||||||
- name: Build and test application
|
- name: Build and test application
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user