mirror of
https://github.com/danbulant/nekofetch
synced 2026-07-07 20:10:43 +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:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
- name: Run shellcheck
|
||||||
|
uses: ludeeus/action-shellcheck@master
|
||||||
|
|
||||||
- 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:
|
||||||
|
|
@ -30,6 +33,7 @@ jobs:
|
||||||
version: 0.2
|
version: 0.2
|
||||||
arch: 'amd64'
|
arch: 'amd64'
|
||||||
desc: 'neofetch with nekos'
|
desc: 'neofetch with nekos'
|
||||||
|
|
||||||
- name: Upload iphoneos-arm deb as artifact
|
- name: Upload iphoneos-arm deb as artifact
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
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