Skip to content

Commit afccb6f

Browse files
Bump zricethezav/gitleaks from 8.13.0 to 8.15.0 (#71)
- Bump zricethezav/gitleaks from 8.13.0 to 8.15.0 - Transform action from javascript to composite Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: fabasoad <[email protected]>
1 parent 94efa1c commit afccb6f

20 files changed

+58
-2249
lines changed

.eslintrc.json

Lines changed: 0 additions & 35 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,19 @@ assignees: fabasoad
77

88
---
99

10-
**Is your feature request related to a problem? Please describe.**
11-
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
10+
#### Is your feature request related to a problem? Please describe
11+
12+
A clear and concise description of what the problem is. Ex. I'm always frustrated
13+
when [...]
14+
15+
#### Describe the solution you'd like
1216

13-
**Describe the solution you'd like**
1417
A clear and concise description of what you want to happen.
1518

16-
**Describe alternatives you've considered**
19+
#### Describe alternatives you've considered
20+
1721
A clear and concise description of any alternative solutions or features you've considered.
1822

19-
**Additional context**
23+
#### Additional context
24+
2025
Add any other context or screenshots about the feature request here.

.github/pull_request_template.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,10 @@ Closes #{IssueNumber}
66

77
Please check if your PR fulfills the following requirements:
88

9-
- [ ] I have read the [CONTRIBUTING](https://github.com/fabasoad/setup-brainfuck-action/CONTRIBUTING.md) doc.
9+
- [ ] I have read the [CONTRIBUTING](https://github.com/fabasoad/setup-brainfuck-action/CONTRIBUTING.md)
10+
doc.
1011
- [ ] Tests for the changes have been added (for bug fixes / features).
1112
- [ ] Docs have been reviewed and added / updated if needed (for bug fixes / features).
12-
- [ ] Build (`yarn run build`) was run locally and any changes were pushed.
13-
- [ ] Tests (`yarn test`) has passed locally and any fixes were made for failures.
1413

1514
## Pull request type
1615

.github/workflows/create-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: Create release
44
on:
55
push:
66
tags:
7-
- 'v*'
7+
- 'v*.*.*'
88

99
jobs:
1010
create_release:

.github/workflows/security-tests.yml

Lines changed: 0 additions & 29 deletions
This file was deleted.

.github/workflows/unit-tests.yml

Lines changed: 0 additions & 41 deletions
This file was deleted.

.gitignore

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
.nyc_output
2-
.vscode/*
3-
!.vscode/settings.json
1+
.DS_Store
42
.idea
5-
coverage
6-
node_modules
3+
.vscode

.markdownlint.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
---
22
default: true
3-
line_length: false

.markdownlintignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

.nycrc.json

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)