Update Validate system.yml #3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Validate-YAML | |
on: | |
push: | |
branches: [ main ] | |
pull_request: | |
branches: [ main ] | |
jobs: | |
validate-yaml: | |
runs-on: arch-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Get YAML file | |
run: wget https://github.com/Githubguy132010/My-system/blob/main/gnome.yaml | |
- uses: actions/checkout@v2 | |
- name: Get Akshara | |
run: wget https://git.blendos.co/blendOS/system-tools/akshara/-/raw/main/akshara?ref_type=heads&inline=false && wget https://git.blendos.co/blendOS/system-tools/akshara/-/raw/main/akshara-system-update.service?ref_type=heads&inline=false && wget https://git.blendos.co/blendOS/system-tools/akshara/-/raw/main/akshara.hook?ref_type=heads&inline=false && wget https://git.blendos.co/blendOS/system-tools/akshara/-/raw/main/akshara.install?ref_type=heads&inline=false && wget https://git.blendos.co/blendOS/system-tools/akshara/-/raw/main/akshara.service?ref_type=heads&inline=false | |
- uses: actions/checkout@v2 | |
- name: Prepare YAML file | |
run: sudo mv gnome.yaml /system.yaml | |
- uses: actions/checkout@v2 | |
- name: Run Akshara update | |
run: sudo ./akshara update |