Skip to content

Commit d145c80

Browse files
committed
pre-commit run --all-files
1 parent 0cc66bb commit d145c80

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ updates:
77
groups:
88
dependencies:
99
patterns:
10-
- '*'
10+
- '*'

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ jobs:
1616
- uses: actions/checkout@v5
1717
- uses: ./
1818
with:
19-
input: test
19+
input: test

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ repos:
44
hooks:
55
- id: check-yaml
66
- id: end-of-file-fixer
7-
- id: trailing-whitespace
7+
- id: trailing-whitespace

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ jobs:
3939

4040
This GitHub Action will, by default, try to publish the IDE to [GitHub Pages] using a [custom GitHub Actions workflow](https://docs.github.com/en/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site#publishing-with-a-custom-github-actions-workflow). For this, a manual step is required to select `GitHub Actions` as the "Source" for "Build and deployment" of the website, more details in the [official documentation](https://docs.github.com/en/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site#publishing-with-a-custom-github-actions-workflow).
4141

42-
[GitHub Pages]: https://docs.github.com/en/pages
42+
[GitHub Pages]: https://docs.github.com/en/pages

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ runs:
6464
path: ${{ inputs.output }}
6565
- name: Publish GitHub pages
6666
if: inputs.pages
67-
uses: actions/deploy-pages@v4
67+
uses: actions/deploy-pages@v4

test/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
name: python
22
dependencies:
3-
- numpy
3+
- numpy

0 commit comments

Comments
 (0)