Create check_ubuntu.yml
This commit is contained in:
parent
c38bb2b8b5
commit
4ee7973854
1 changed files with 19 additions and 0 deletions
19
.github/workflows/check_ubuntu.yml
vendored
Normal file
19
.github/workflows/check_ubuntu.yml
vendored
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
name: slimhub_actions Check on Ubuntu
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches: [ main ]
|
||||||
|
paths:
|
||||||
|
- 'cleanup.sh'
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
cleanup:
|
||||||
|
runs-on: ${{ matrix.os }}
|
||||||
|
strategy:
|
||||||
|
matrix:
|
||||||
|
os: [ubuntu-18.04, ubuntu-20.04]
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@main
|
||||||
|
- name: Cleanups
|
||||||
|
uses: rokibhasansagar/slimhub_actions@main
|
Loading…
Reference in a new issue