1
0
mirror of https://github.com/Jguer/yay synced 2024-07-08 04:16:16 +00:00

chore(prettier): apply prettier on files

This commit is contained in:
jguer 2021-08-08 00:59:06 +02:00 committed by J Guerreiro
parent 172ee1f4e8
commit fc20bde10d
3 changed files with 17 additions and 8 deletions

View File

@ -7,27 +7,33 @@ assignees: ""
--- ---
### Affected Version ### Affected Version
<!-- Please ensure you are using the latest yay-git package <!-- Please ensure you are using the latest yay-git package
Use `yay -V` to get installed version Use `yay -V` to get installed version
Example: `yay v8.1139.r0.g9ac4ab6 - libalpm v11.0.1` --> Example: `yay v8.1139.r0.g9ac4ab6 - libalpm v11.0.1` -->
### Describe the bug ### Describe the bug
<!-- A clear and concise description of the bug. --> <!-- A clear and concise description of the bug. -->
### Reproduction Steps ### Reproduction Steps
1. 1.
2. 2.
3. 3.
### Expected behavior ### Expected behavior
<!-- A clear and concise description of what you expected to happen. --> <!-- A clear and concise description of what you expected to happen. -->
### Output ### Output
<!--
<!--
Include the FULL output of any relevant commands/configs Include the FULL output of any relevant commands/configs
The current yay config can be printed with `yay -Pg` The current yay config can be printed with `yay -Pg`
Paste services are only needed for excessive output (>500 lines) Paste services are only needed for excessive output (>500 lines)
--> -->
```sh ```sh
``` ```

View File

@ -7,13 +7,17 @@ assignees: ""
--- ---
### Is your feature request related to a problem? Please describe. ### Is your feature request related to a problem? Please describe.
<!-- A clear and concise description of the problem, e.g. I'm always frustrated when ... --> <!-- A clear and concise description of the problem, e.g. I'm always frustrated when ... -->
### Describe the solution you'd like ### Describe the solution you'd like
<!-- A clear and concise description of what you want to happen. --> <!-- A clear and concise description of what you want to happen. -->
### Describe alternatives you've considered ### Describe alternatives you've considered
<!-- A clear and concise description of any alternative solutions or features you've considered. --> <!-- A clear and concise description of any alternative solutions or features you've considered. -->
### Additional context ### Additional context
<!-- Add any other context or screenshots about the feature request here. --> <!-- Add any other context or screenshots about the feature request here. -->

View File

@ -31,12 +31,11 @@ jobs:
run: make test run: make test
- name: checkout pacman-git - name: checkout pacman-git
run: | run: |
pacman -Sy --noconfirm sudo base-devel pacman -Sy --noconfirm sudo base-devel
git clone https://aur.archlinux.org/pacman-git git clone https://aur.archlinux.org/pacman-git
useradd github useradd github
chmod -R 777 pacman-git chmod -R 777 pacman-git
echo 'github ALL=(ALL) NOPASSWD: ALL' >> /etc/sudoers echo 'github ALL=(ALL) NOPASSWD: ALL' >> /etc/sudoers
su github -c 'cd pacman-git; yes | makepkg -si --nocheck' su github -c 'cd pacman-git; yes | makepkg -si --nocheck'
- name: Run Build and Tests with pacman-git - name: Run Build and Tests with pacman-git
run: make test run: make test