Skip to content

Commit

Permalink
2 sub-directories [4 files]
Browse files Browse the repository at this point in the history
  • Loading branch information
seanpm2001 authored May 23, 2024
1 parent d023b5b commit ccc9e15
Show file tree
Hide file tree
Showing 4 changed files with 72 additions and 0 deletions.
18 changes: 18 additions & 0 deletions OldVersions/Desktop.ini/README.ini
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
18 changes: 18 additions & 0 deletions OldVersions/Desktop.ini/V1_desktop.ini
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
18 changes: 18 additions & 0 deletions OldVersions/GitLab-CI/README.yaml
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)
18 changes: 18 additions & 0 deletions OldVersions/GitLab-CI/gitlab-ci_V1.yml
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)

0 comments on commit ccc9e15

Please sign in to comment.