mirror of
https://github.com/rocky-linux/rocky-logos.git
synced 2024-11-15 01:11:32 +00:00
12 lines
223 B
YAML
12 lines
223 B
YAML
|
---
|
||
|
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
|