Skip to content

Commit 678e022

Browse files
committed
chore: cleanup before 1.0.1 release
Signed-off-by: Sam Gammon <[email protected]>
1 parent 62674e7 commit 678e022

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

.github/CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ threatening, offensive, or harmful.
4848
This Code of Conduct applies within all project spaces, and it also applies when
4949
an individual is representing the project or its community in public spaces.
5050
Examples of representing a project or community include using an official
51-
project e-mail address, posting via an official social media account, or acting
51+
project email address, posting via an official social media account, or acting
5252
as an appointed representative at an online or offline event. Representation of
5353
a project may be further defined and clarified by project maintainers.
5454

.github/SECURITY.md

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

22
## Security Policy
33

4-
Please report all security issues to our [central project](https://github.com/elide-dev/elide). Also, see our [Security Policy](https://github.com/elide-dev/elide/security/policy) which is hosted in that repo.
4+
Please report all security issues to our [central project](https://github.com/elide-dev/elide). Also, see our [Security Policy](https://github.com/elide-dev/elide/security/policy) which is hosted in that repository.

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,10 @@ jobs:
4747
DEFAULT_BRANCH: main
4848
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4949
TYPESCRIPT_DEFAULT_STYLE: prettier
50+
VALIDATE_BASH: false
5051
VALIDATE_JSCPD: false
5152
VALIDATE_GITHUB_ACTIONS: false
53+
VALIDATE_NATURAL_LANGUAGE: false
5254
VALIDATE_MARKDOWN: false
5355
VALIDATE_YAML: false
5456

action.proto

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11

2-
import "buildless/service/v1/buildless-v1.proto";
2+
syntax = "proto3";
33

4+
import "buildless/service/v1/buildless-v1.proto";

0 commit comments

Comments
 (0)