add ci files

This commit is contained in:
Mitchell Marino
2022-12-15 20:15:03 -06:00
parent 626a7ff520
commit 50288abc21
7 changed files with 106 additions and 1 deletions
+14
View File
@@ -0,0 +1,14 @@
platform: linux
image_resource:
type: registry-image
source: {repository: rust}
inputs:
- name: repo
run:
path: cargo
args: ["test"]
dir: "repo"
+14
View File
@@ -0,0 +1,14 @@
platform: linux
image_resource:
type: registry-image
source: {repository: rust}
inputs:
- name: repo
run:
path: cargo
args: ["test"]
dir: "repo"
+14
View File
@@ -0,0 +1,14 @@
platform: linux
image_resource:
type: registry-image
source: {repository: rust}
inputs:
- name: repo
run:
path: cargo
args: ["test"]
dir: "repo"
+14
View File
@@ -0,0 +1,14 @@
platform: linux
image_resource:
type: registry-image
source: {repository: rust}
inputs:
- name: repo
run:
path: cargo
args: ["fmt", "--", "--check"]
dir: "repo"
+14
View File
@@ -0,0 +1,14 @@
platform: linux
image_resource:
type: registry-image
source: {repository: rust}
inputs:
- name: repo
run:
path: cargo
args: ["test"]
dir: "repo"
+14
View File
@@ -0,0 +1,14 @@
platform: linux
image_resource:
type: registry-image
source: {repository: rust}
inputs:
- name: repo
run:
path: cargo
args: ["test"]
dir: "repo"