mirror of
https://github.com/siderolabs/talos.git
synced 2025-08-25 00:21:10 +02:00
chore: delete github actions temporarily
This PR will drop the .github directory in an effort to clean things up so we can add it back and get conform acting correctly. Signed-off-by: Spencer Smith <robertspencersmith@gmail.com>
This commit is contained in:
parent
1df4690db3
commit
e88d908f07
15
.github/main.workflow
vendored
15
.github/main.workflow
vendored
@ -1,15 +0,0 @@
|
||||
workflow "Conform Pull Request" {
|
||||
on = "pull_request"
|
||||
|
||||
resolves = [
|
||||
"conform"
|
||||
]
|
||||
}
|
||||
|
||||
action "conform" {
|
||||
uses = "docker://autonomy/conform:v0.1.0-alpha.16"
|
||||
|
||||
secrets = [
|
||||
"GITHUB_TOKEN"
|
||||
]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user