We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f671c90 commit 4e558a4Copy full SHA for 4e558a4
.github/workflows/check_dead_links.yml
@@ -0,0 +1,19 @@
1
+name: Check Markdown links
2
+
3
+on:
4
+ push:
5
+ branches: [ main ]
6
+ pull_request:
7
8
+ workflow_dispatch:
9
10
+jobs:
11
+ test-and-build:
12
+ runs-on: ubuntu-latest
13
+ steps:
14
+ - uses: actions/checkout@v2
15
+ with:
16
+ persist-credentials: false
17
+ fetch-depth: 0
18
19
+ - uses: gaurav-nelson/github-action-markdown-link-check@v1
.github/workflows/main.yml renamed to .github/workflows/restructure_files.yml
@@ -1,4 +1,4 @@
-name: Format files
+name: Restructure files
on:
push:
@@ -19,7 +19,7 @@ jobs:
- name: Install Prettier
20
run: npm install --save-dev --save-exact prettier
21
22
- - name: Format files
+ - name: Restructure files
23
run: node_modules/.bin/prettier --write README.md animation-simulation/
24
25
- name: Commit files
0 commit comments