Skip to content

Commit

Permalink
Lint markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
nvdaes committed Feb 27, 2024
1 parent 14fff26 commit d8e3462
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
# Get Repository Global Node ID action

This action gets the [global node ID](https://docs.github.com/en/graphql/guides/using-global-node-ids) of the specified GitHub repository.
This action gets the
[global node ID](https://docs.github.com/en/graphql/guides/using-global-node-ids)
of the specified GitHub repository.

It can be used in other actions, to make calls to the [GitHub GraphQL API](https://docs.github.com/en/graphql/overview/public-schema).
It can be used in other actions, to make calls to the
[GitHub GraphQL API](https://docs.github.com/en/graphql/overview/public-schema).

Note that the global node ID of a repository is not the same as its repository ID (i.e., [`GITHUB_REPOSITORY_ID`](https://docs.github.com/en/actions/learn-github-actions/variables#default-environment-variables)).
Note that the global node ID of a repository is not the same as its repository
ID (i.e.,
[`GITHUB_REPOSITORY_ID`](https://docs.github.com/en/actions/learn-github-actions/variables#default-environment-variables)).

## Inputs

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"scripts": {
"bundle": "npm run format:write && npm run package",
"ci-test": "jest",
"format:write": "prettier --write **/*.js",
"format:write": "prettier --write **/*.js *.md",
"format:check": "prettier --check **/*.js",
"lint": "npx eslint . -c ./.github/linters/.eslintrc.yml",
"package": "ncc build src/index.js --license licenses.txt",
Expand Down

0 comments on commit d8e3462

Please sign in to comment.