mirror of
https://github.com/MizuchiLabs/mantrae.git
synced 2025-12-16 20:05:17 -06:00
rm gen
This commit is contained in:
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@@ -4,7 +4,6 @@ on:
|
|||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- "v*"
|
- "v*"
|
||||||
workflow_dispatch:
|
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
@@ -49,7 +48,6 @@ jobs:
|
|||||||
|
|
||||||
- name: Generate & Build
|
- name: Generate & Build
|
||||||
run: |
|
run: |
|
||||||
task gen
|
|
||||||
task lint
|
task lint
|
||||||
task build:web
|
task build:web
|
||||||
|
|
||||||
|
|||||||
1
.github/workflows/test.yaml
vendored
1
.github/workflows/test.yaml
vendored
@@ -43,7 +43,6 @@ jobs:
|
|||||||
|
|
||||||
- name: Generate & Build
|
- name: Generate & Build
|
||||||
run: |
|
run: |
|
||||||
task gen
|
|
||||||
task lint
|
task lint
|
||||||
task build:web
|
task build:web
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user