generated from seanpm2001/Git-Template_V8
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d023b5b
commit ccc9e15
Showing
4 changed files
with
72 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Start of script | ||
|
||
# Sample INI file | ||
|
||
[.ShellClassInfo] | ||
ConfirmFileOp=0 | ||
NoSharing=1 | ||
IconFile=/ | ||
IconIndex=0 | ||
InfoTip="Miscellaneous project from @seanpm2001 [WRITE A BETTER DESCRIPTION HERE" | ||
|
||
# File info | ||
|
||
# File type: Windows INI file [desktop.ini] (*.ini) | ||
# File version: 1 (2023, Wednesday, May 3rd at 6:09 pm PST) | ||
# Line count (including blank lines and compiler line): 19 | ||
|
||
# End of script |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Start of script | ||
|
||
# Sample INI file | ||
|
||
[.ShellClassInfo] | ||
ConfirmFileOp=0 | ||
NoSharing=1 | ||
IconFile=/ | ||
IconIndex=0 | ||
InfoTip="Miscellaneous project from @seanpm2001 [WRITE A BETTER DESCRIPTION HERE" | ||
|
||
# File info | ||
|
||
# File type: Windows INI file [desktop.ini] (*.ini) | ||
# File version: 1 (2023, Wednesday, May 3rd at 6:09 pm PST) | ||
# Line count (including blank lines and compiler line): 19 | ||
|
||
# End of script |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Sampled from https://gitlab.wikimedia.org/toolforge-repos/wiki-gpt/-/blob/main/.gitlab-ci.yml | ||
workflow: | ||
rules: | ||
- if: $CI_PIPELINE_SOURCE == 'merge_request_event' | ||
|
||
stages: | ||
- build-commit | ||
|
||
build: | ||
stage: build-commit | ||
before_script: | ||
- apt-get update -q -y && apt-get install -y git python3-pip | ||
script: | ||
- pip3 install pre-commit | ||
- pre-commit run --all-files | ||
artifacts: | ||
untracked: true | ||
# File version: 1 (2023, Wednesday, May 3rd at 6:04 pm PST) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Sampled from https://gitlab.wikimedia.org/toolforge-repos/wiki-gpt/-/blob/main/.gitlab-ci.yml | ||
workflow: | ||
rules: | ||
- if: $CI_PIPELINE_SOURCE == 'merge_request_event' | ||
|
||
stages: | ||
- build-commit | ||
|
||
build: | ||
stage: build-commit | ||
before_script: | ||
- apt-get update -q -y && apt-get install -y git python3-pip | ||
script: | ||
- pip3 install pre-commit | ||
- pre-commit run --all-files | ||
artifacts: | ||
untracked: true | ||
# File version: 1 (2023, Wednesday, May 3rd at 6:04 pm PST) |