File tree 2 files changed +29
-29
lines changed
2 files changed +29
-29
lines changed Original file line number Diff line number Diff line change 18
18
19
19
- name : Run linting
20
20
run : |
21
+ pipx install pre-commit
21
22
pre-commit run --all-files
Original file line number Diff line number Diff line change 5
5
-
6
6
version_id : " 22.04"
7
7
version_name : " jammy"
8
- -
9
- version_id : " 20.04"
10
- version_name : " focal"
8
+ # -
9
+ # version_id: "20.04"
10
+ # version_name: "focal"
11
11
repos :
12
12
DEFREPO :
13
13
archive : " http://archive.ubuntu.com/ubuntu/dists/$version_name/"
@@ -21,31 +21,30 @@ dists:
21
21
backports :
22
22
archive : " http://archive.ubuntu.com/ubuntu/dists/$version_name-backports/"
23
23
areas : ["main", "universe", "multiverse", "restricted"]
24
- vscode :
25
- archive : " https://packages.microsoft.com/repos/vscode/dists/stable/"
26
- areas : ["main"]
24
+ # vscode:
25
+ # archive: "https://packages.microsoft.com/repos/vscode/dists/stable/"
26
+ # areas: ["main"]
27
27
28
- fedora :
29
- pm_type : " dnf"
30
- versions :
31
- - version_id : " 37"
32
- - version_id : " 36"
33
- repos :
34
- DEFREPO :
35
- archive : " https://mirrors.edge.kernel.org/fedora/releases/$version_id/Everything/x86_64/os/"
36
- updates :
37
- archive : " https://mirrors.edge.kernel.org/fedora/updates/$version_id/Everything/x86_64/"
38
- google_chrome :
39
- version_agnostic : true
40
- archive : " https://dl.google.com/linux/chrome/rpm/stable/x86_64/"
28
+ # fedora:
29
+ # pm_type: "dnf"
30
+ # versions:
31
+ # - version_id: "37"
32
+ # - version_id: "36"
33
+ # repos:
34
+ # DEFREPO:
35
+ # archive: "https://mirrors.edge.kernel.org/fedora/releases/$version_id/Everything/x86_64/os/"
36
+ # updates:
37
+ # archive: "https://mirrors.edge.kernel.org/fedora/updates/$version_id/Everything/x86_64/"
38
+ # google_chrome:
39
+ # version_agnostic: true
40
+ # archive: "https://dl.google.com/linux/chrome/rpm/stable/x86_64/"
41
41
42
- archlinux :
43
- pm_type : " pacman"
44
- archive : " https://mirror.cyberbits.eu/archlinux/$repo/os/x86_64/"
45
- repos :
46
- core : {}
47
- community : {}
48
- extra : {}
49
- arch4edu :
50
- archive : " https://mirror.lesviallon.fr/arch4edu/x86_64/"
51
-
42
+ # archlinux:
43
+ # pm_type: "pacman"
44
+ # archive: "https://mirror.cyberbits.eu/archlinux/$repo/os/x86_64/"
45
+ # repos:
46
+ # core: {}
47
+ # community: {}
48
+ # extra: {}
49
+ # arch4edu:
50
+ # archive: "https://mirror.lesviallon.fr/arch4edu/x86_64/"
You can’t perform that action at this time.
0 commit comments