From fc20bde10db2e8b75e41e3d868906e6c17bfa669 Mon Sep 17 00:00:00 2001 From: jguer Date: Sun, 8 Aug 2021 00:59:06 +0200 Subject: [PATCH] chore(prettier): apply prettier on files --- .github/ISSUE_TEMPLATE/bug_report.md | 8 +++++++- .github/ISSUE_TEMPLATE/feature_request.md | 4 ++++ .github/workflows/testing.yml | 13 ++++++------- 3 files changed, 17 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index d55773f..332bab5 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -7,27 +7,33 @@ assignees: "" --- ### Affected Version + ### Describe the bug + ### Reproduction Steps + 1. 2. 3. ### Expected behavior + ### Output - + ```sh ``` diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index e7644c5..1675085 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -7,13 +7,17 @@ assignees: "" --- ### Is your feature request related to a problem? Please describe. + ### Describe the solution you'd like + ### Describe alternatives you've considered + ### Additional context + diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 3171577..95adf99 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -31,12 +31,11 @@ jobs: run: make test - name: checkout pacman-git run: | - pacman -Sy --noconfirm sudo base-devel - git clone https://aur.archlinux.org/pacman-git - useradd github - chmod -R 777 pacman-git - echo 'github ALL=(ALL) NOPASSWD: ALL' >> /etc/sudoers - su github -c 'cd pacman-git; yes | makepkg -si --nocheck' + pacman -Sy --noconfirm sudo base-devel + git clone https://aur.archlinux.org/pacman-git + useradd github + chmod -R 777 pacman-git + echo 'github ALL=(ALL) NOPASSWD: ALL' >> /etc/sudoers + su github -c 'cd pacman-git; yes | makepkg -si --nocheck' - name: Run Build and Tests with pacman-git run: make test -