Skip to content

Commit 69dd4b5

Browse files
committed
Revert "Add vale to talks repo"
This reverts commit 3dbac86.
1 parent 3dbac86 commit 69dd4b5

File tree

4 files changed

+3
-45
lines changed

4 files changed

+3
-45
lines changed

.github/workflows/linting.yaml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,10 @@ on:
99
pull_request:
1010

1111
jobs:
12-
code:
12+
linting:
1313
runs-on: ubuntu-latest
1414
steps:
1515
# yamllint disable-line rule:line-length
1616
- uses: paddyroddy/.github/actions/linting@ef8e8c4b69c12a799c90f4400a49ad1e9d3ee345 # v0
1717
with:
1818
pre-commit-config: ./.pre-commit-config.yaml
19-
20-
prose:
21-
runs-on: ubuntu-latest
22-
steps:
23-
# yamllint disable-line rule:line-length
24-
- uses: paddyroddy/.github/actions/vale@232a2f3869501abb249d50e311179f98830c6481 # v0
25-
with:
26-
github-token: ${{ secrets.GITHUB_TOKEN }}

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1+
_site
12
*.quarto_ipynb
2-
/.github/styles
33
/.quarto/
4-
_site
54
index-listing.json
65
site_libs

.vale.ini

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Talks
1+
# talks
22

33
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit)](https://github.com/pre-commit/pre-commit)
44
[![Renovate](https://img.shields.io/badge/renovate-enabled-orange?logo=renovatebot)](https://docs.renovatebot.com)

0 commit comments

Comments
 (0)