mirror-chatterino2/.github/workflows/push-aur.yml
nerix 2233b46512
Format YAML and JSON Files With Prettier (#4304)
* ci: format yaml and json files with prettier

* chore: add changelog entry

* fix: format everything

* ci: run pretter on all files

* ci: rename prettier step
2023-01-15 17:27:41 +01:00

26 lines
541 B
YAML

---
name: Build on Arch Linux
on:
push:
branches:
- master
concurrency:
group: build-archlinux-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Sync AUR package with current version
uses: pajlada/aur-sync-action@master
with:
package_name: chatterino2-git
commit_username: chatterino2-ci
commit_email: chatterino2-ci@pajlada.com
ssh_private_key: ${{ secrets.AUR_SSH_PRIVATE_KEY }}
dry_run: true