Create main.yml

This commit is contained in:
Hayden Young 2021-05-02 01:43:11 +01:00 committed by GitHub
parent 4a4502d927
commit 1c5d9dc023
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 0 deletions

11
.github/workflows/main.yml vendored Normal file
View File

@ -0,0 +1,11 @@
---
name: 'Release Formatting'
on: [ push ]
jobs:
package:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install gzip, gunzip and xz
run: apt-get install gzip gunzip xz -y