mirror of
https://github.com/danbulant/nekofetch
synced 2026-06-24 09:01:47 +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:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
shellcheck:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Run shellcheck
|
||||
uses: ludeeus/action-shellcheck@master
|
||||
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Build deb for iphoneos-arm
|
||||
uses: jiro4989/build-deb-action@v2
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in a new issue