misc: add CI workflows for PRs and commits #1

Merged
JeremyStarTM merged 19 commits from :continous-integration into develop 2024-08-18 16:25:23 +00:00
Showing only changes of commit 92df303779 - Show all commits

View file

@ -16,7 +16,7 @@ jobs:
pacman-key --init
pacman-key --populate
sed 's/\#ParallelDownloads = 5/ParallelDownloads = 15/g' -i /etc/pacman.conf
pacman -Syu --noconfirm
pacman -Syu --noconfirm node
- name: Install latest OpenJDK release
run: pacman -S --noconfirm jdk-openjdk
- name: Checkout