build: Fix van Jenkinsfile check
gitea/double-pendulum/pipeline/head This commit looks good

This commit is contained in:
2026-09-05 15:27:50 +02:00
parent abcdfc8b00
commit fbd8c9f990
Vendored
+2
View File
@@ -2,9 +2,11 @@ pipeline {
agent any agent any
stages { stages {
stage('Check') { stage('Check') {
steps {
sh 'cargo check' sh 'cargo check'
} }
} }
}
post { post {
cleanup { cleanup {
cleanWs() cleanWs()