mirror of
https://github.com/danbulant/nekofetch
synced 2026-06-19 22:31:13 +00:00
Combine workflows into commit.yml
This commit is contained in:
parent
bf832c359f
commit
5a07732863
2 changed files with 4 additions and 16 deletions
|
|
@ -12,6 +12,9 @@ jobs:
|
|||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Run shellcheck
|
||||
uses: ludeeus/action-shellcheck@master
|
||||
|
||||
- name: Build deb for iphoneos-arm
|
||||
uses: jiro4989/build-deb-action@v2
|
||||
with:
|
||||
|
|
@ -30,6 +33,7 @@ jobs:
|
|||
version: 0.2
|
||||
arch: 'amd64'
|
||||
desc: 'neofetch with nekos'
|
||||
|
||||
- name: Upload iphoneos-arm deb as artifact
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
16
.github/workflows/shellcheck.yml
vendored
16
.github/workflows/shellcheck.yml
vendored
|
|
@ -1,16 +0,0 @@
|
|||
# Run shellcheck on commit
|
||||
|
||||
name: Check with shellcheck
|
||||
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Run shellcheck
|
||||
uses: ludeeus/action-shellcheck@master
|
||||
Loading…
Reference in a new issue