mirror of
https://github.com/danbulant/nekofetch
synced 2026-07-09 04:50:56 +00:00
Separate shellcheck and build
This commit is contained in:
parent
5a07732863
commit
c66d50e589
1 changed files with 6 additions and 2 deletions
8
.github/workflows/commit.yml
vendored
8
.github/workflows/commit.yml
vendored
|
|
@ -7,14 +7,18 @@ on:
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
shellcheck:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Run shellcheck
|
- name: Run shellcheck
|
||||||
uses: ludeeus/action-shellcheck@master
|
uses: ludeeus/action-shellcheck@master
|
||||||
|
|
||||||
|
build:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
- name: Build deb for iphoneos-arm
|
- name: Build deb for iphoneos-arm
|
||||||
uses: jiro4989/build-deb-action@v2
|
uses: jiro4989/build-deb-action@v2
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue