mirror of
https://github.com/jlumbroso/free-disk-space.git
synced 2026-01-29 06:20:08 +08:00
Adding continuous integration testing
This commit is contained in:
10
.github/workflows/test.yml
vendored
Normal file
10
.github/workflows/test.yml
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
name: Free Disk Space (Ubuntu)
|
||||
on: push
|
||||
|
||||
jobs:
|
||||
free-disk-space:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
# If there is a problem with this GitHub Actions, this step will fail
|
||||
- name: Free Disk Space
|
||||
uses: jlumbroso/free-disk-space@main
|
||||
Reference in New Issue
Block a user