mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
chore: lint
This commit is contained in:
parent
154b4bd627
commit
610ba8827f
5 changed files with 42 additions and 24 deletions
6
.github/workflows/docker.yml
vendored
6
.github/workflows/docker.yml
vendored
|
|
@ -27,11 +27,9 @@ jobs:
|
|||
run: redrun lint
|
||||
- name: Build
|
||||
id: build
|
||||
run: >
|
||||
run: |
|
||||
redrun build
|
||||
|
||||
echo "::set-output name=version::$(grep '"version":' package.json -m1
|
||||
| cut -d\" -f4)"
|
||||
echo "::set-output name=version::$(grep '"version":' package.json -m1 | cut -d\" -f4)"
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v3
|
||||
- name: Set up Docker Buildx
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue