ci: retirer workflows désuets build et check
This commit is contained in:
parent
5481edb801
commit
cfb4c26d8b
2 changed files with 0 additions and 41 deletions
|
@ -1,20 +0,0 @@
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
#- 'main'
|
|
||||||
#- 'vlbeaudoin/*'
|
|
||||||
jobs:
|
|
||||||
validate-go:
|
|
||||||
runs-on: docker
|
|
||||||
steps:
|
|
||||||
- name: Set up Go
|
|
||||||
uses: actions/setup-go@v5
|
|
||||||
with:
|
|
||||||
go-version: '1.24.5' # Adjust to your required version
|
|
||||||
- name: check go version
|
|
||||||
run: go version
|
|
||||||
lab-check-new-job-go-version:
|
|
||||||
runs-on: docker
|
|
||||||
steps:
|
|
||||||
- name: check go version
|
|
||||||
run: go version
|
|
|
@ -1,21 +0,0 @@
|
||||||
on:
|
|
||||||
push:
|
|
||||||
tags:
|
|
||||||
#- 'build/*'
|
|
||||||
jobs:
|
|
||||||
hello-world:
|
|
||||||
runs-on: docker
|
|
||||||
steps:
|
|
||||||
- run: echo Hello world from dockerhost
|
|
||||||
print-content:
|
|
||||||
runs-on: docker
|
|
||||||
steps:
|
|
||||||
- name: list directory contents
|
|
||||||
run: ls -la
|
|
||||||
checkout-then-print-content:
|
|
||||||
runs-on: docker
|
|
||||||
steps:
|
|
||||||
- name: checkout code
|
|
||||||
uses: actions/checkout@v4
|
|
||||||
- name: list directory contents
|
|
||||||
run: ls -la
|
|
Loading…
Add table
Add a link
Reference in a new issue