Skip to content

Commit cbaef4d

Browse files
Bump Yelp/detect-secrets from 1.3.0 to 1.4.0 (#99)
<!--pre-commit.ci start--> updates: - [github.com/Yelp/detect-secrets: v1.3.0 → v1.4.0](Yelp/detect-secrets@v1.3.0...v1.4.0) - [github.com/zricethezav/gitleaks: v8.13.0 → v8.15.0](gitleaks/gitleaks@v8.13.0...v8.15.0) <!--pre-commit.ci end--> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: fabasoad <fabasoad@gmail.com>
1 parent 5b4b204 commit cbaef4d

26 files changed

+85
-2710
lines changed

.eslintrc.json

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

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ A clear and concise description of what the bug is.
1414
#### Steps to Reproduce
1515

1616
1. Run '...'
17-
1. See error
17+
2. See error
1818

1919
#### Expected behavior
2020

@@ -31,7 +31,7 @@ If applicable, add screenshots to help explain your problem.
3131
#### Technical information (please complete the following information)
3232

3333
- OS: [e.g. Windows 10 Enterprise v.1909 (OS Build 18363.720)]
34-
- `setup-mint-action` version [e.g. 1.0.1]
34+
- `setup-mint-action` version [e.g. 1.1.0]
3535

3636
#### Additional context
3737

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,20 @@ 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**
17-
A clear and concise description of any alternative solutions or features you've considered.
19+
## Describe alternatives you've considered
20+
21+
A clear and concise description of any alternative solutions or features you've
22+
considered.
23+
24+
## Additional context
1825

19-
**Additional context**
2026
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-mint-action/CONTRIBUTING.md) doc.
9+
- [ ] I have read the [CONTRIBUTING](https://github.com/fabasoad/setup-mint-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/functional-tests.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,14 @@ on:
77
- 'main'
88
- 'fix-*'
99
- 'feature-*'
10+
- 'pre-commit-ci-update-config'
1011

1112
jobs:
1213
functional_tests:
1314
name: Run init
1415
timeout-minutes: 5
1516
strategy:
17+
fail-fast: false
1618
matrix:
1719
os: ['ubuntu-latest', 'macos-latest']
1820
version: ['0.9.0', '0.10.0', '0.11.0', '0.12.0', '0.13.0', '0.13.1', '0.14.0', '0.15.0', '0.15.1', '0.16.0', '0.16.1']
@@ -21,8 +23,9 @@ jobs:
2123
- uses: actions/checkout@v3
2224
with:
2325
ref: ${{ github.ref }}
24-
- uses: ./
26+
- name: Setup mint
27+
uses: ./
2528
with:
2629
version: ${{ matrix.version }}
27-
- name: Run script
28-
run: mint init ${{ matrix.os }}-${{ matrix.version }}
30+
- name: Print version
31+
run: mint version

.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 & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
.envrc
2-
.nyc_output
3-
.vscode/*
4-
!.vscode/settings.json
51
.env
2+
.envrc
63
.idea
7-
coverage
8-
node_modules
4+
.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

0 commit comments

Comments
 (0)