build(workflows): update CI configuration and remove test file
Some checks failed
Lint Pull Request / Lint Pr Title (pull_request) Failing after 4s
Some checks failed
Lint Pull Request / Lint Pr Title (pull_request) Failing after 4s
This commit is contained in:
parent
7ded9bab13
commit
72b5dd18f3
4 changed files with 32 additions and 24 deletions
|
@ -7,8 +7,6 @@ jobs:
|
|||
lint:
|
||||
name: Lint Pr Title
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: golang
|
||||
|
||||
steps:
|
||||
- name: Install go
|
||||
|
@ -17,5 +15,4 @@ jobs:
|
|||
go-version: 1.24.2
|
||||
|
||||
- name: Run Pull Request Lint Action
|
||||
if: ${{ always() }}
|
||||
uses: https://git.kjan.de/actions/pull-request-lint@main
|
||||
|
|
|
@ -1,19 +0,0 @@
|
|||
name: 'Test Go Action'
|
||||
on: [push]
|
||||
jobs:
|
||||
use-go-action:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Setup Go
|
||||
uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: '1.20'
|
||||
|
||||
- name: Use Go Action
|
||||
id: use-go-action
|
||||
uses: https://gitea.com/Zettat123/simple-go-action@v1
|
||||
with:
|
||||
username: foo
|
||||
|
||||
- name: Print Output
|
||||
run: echo 'output time is ${{ steps.use-go-action.outputs.time }}'
|
Loading…
Add table
Add a link
Reference in a new issue