Skip to content

Commit 10d7dc0

Browse files
Christian/review (#87)
* updates feed-overview and removes tables * moves the CER tab to developer-manual and renames * renames feed-overview -> available-feeds to match frontmatter * reorganizes available feeds with tos * adds content re feed use w/o sla * migrates risk-rating content * adds section for custom feed components * corrects previous commit issue * fix pre-commit hook to format and then lint --------- Co-authored-by: Gabriel Chartier <gabriel@chartier.link>
1 parent 75bcf3a commit 10d7dc0

45 files changed

Lines changed: 937 additions & 145 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/pre-commit.yml

Lines changed: 21 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,25 @@
11
name: pre-commit
22

33
on:
4-
pull_request:
5-
push:
6-
branches: [main]
4+
pull_request:
5+
push:
6+
branches: [main]
77
jobs:
8-
pre-commit:
9-
runs-on: ubuntu-latest
10-
steps:
11-
- uses: actions/checkout@v4
12-
- uses: actions/setup-python@v5
13-
with:
14-
python-version: "3.14"
15-
- uses: actions/setup-node@v4
16-
with:
17-
node-version: ">=18.0"
18-
- name: Install dependencies
19-
run: npm install
20-
- uses: pre-commit/action@v3.0.0
21-
- name: Run eslint and prettier linting checks
22-
run: |
23-
npm cache clean --force
24-
npm run lint
8+
pre-commit:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: actions/checkout@v4
12+
- uses: actions/setup-python@v5
13+
with:
14+
python-version: "3.14"
15+
- uses: actions/setup-node@v4
16+
with:
17+
node-version: ">=18.0"
18+
- name: Install dependencies
19+
run: npm install
20+
- uses: pre-commit/action@v3.0.0
21+
- name: Run eslint and prettier linting checks
22+
run: |
23+
npm cache clean --force
24+
npm run format
25+
npm run lint
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)