Skip to content

Commit 4d0ebbd

Browse files
authored
Merge pull request #13 from 2srqc/main
Fix contributing and license redirects
2 parents 7b4ff2d + d681b10 commit 4d0ebbd

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ registries:
55
url: https://npm.pkg.github.com
66
token: ${{secrets.DEPENDABOT_TOKEN}}
77
updates:
8-
- package-ecosystem: npm
9-
directory: "/"
10-
registries:
11-
- npm-github
8+
- package-ecosystem: npm
9+
directory: "/"
10+
registries:
11+
- npm-github

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ Be more confident when authoring and modifying workflows. Find errors before com
4242

4343
## Contributing
4444

45-
See [CONTRIBUTING.md](../CONTRIBUTING.md).
45+
See [CONTRIBUTING.md](CONTRIBUTING.md).
4646

4747
## License
4848

49-
This project is licensed under the terms of the MIT open source license. Please refer to [MIT](../LICENSE) for the full terms.
49+
This project is licensed under the terms of the MIT open source license. Please refer to [MIT](LICENSE) for the full terms.

language/syntaxes/expressions.tmGrammar.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,4 +111,4 @@
111111
"match": "\\bnull\\b"
112112
}
113113
}
114-
}
114+
}

language/syntaxes/yaml.tmLanguage.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -618,4 +618,4 @@
618618
]
619619
}
620620
}
621-
}
621+
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,4 +555,4 @@
555555
"uuid": "^3.3.3",
556556
"vscode-languageclient": "^8.0.2"
557557
}
558-
}
558+
}

script/workspace/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
"./actions-languageservices/languageserver",
88
"./vscode-github-actions"
99
]
10-
}
10+
}

0 commit comments

Comments
 (0)