8000 Align naming in documentation by guerinoni · Pull Request #91 · listendev/action · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Align naming in documentation #91

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Nov 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @leodido @fntlnz
* @guerinoni
28 changes: 0 additions & 28 deletions .github/workflows/cla.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
pull_request:
branches: [main]
schedule:
- cron: '27 15 * * 1'
- cron: '0 8 * * 1' # every Monday at 8am

jobs:
call-codeql-analysis:
Expand Down
139 changes: 0 additions & 139 deletions .github/workflows/config.yml

This file was deleted.

4 changes: 4 additions & 0 deletions .github/workflows/distribution.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: distribution

# This workflow ensures that the generated contents of the dist directory match what they are expected to be.
# For actions that follow our TypeScript or JavaScript templates, dist contains the packaged script that is executed by the runner.
# Whenever you update the source code, the dist files must be regenerated for the changes to take effect.

on:
push:
branches:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/validation.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: validation

# This workflow compiles and tests the code in the repo. It also checks that it passes linting and formatting rules.
# Optionally, it can run npm audit on the packages in the repo.

on:
push:
branches:
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ steps:
- uses: listendev/action@v0.12
with:
runtime: true
jwt: ${{ secrets.MY_LISTENDEV_JWT }}
jwt: ${{ secrets.LSTN_API_KEY }}
```

When the action notices that the [listen.dev](https://listen.dev) JWT secret exists, it will automatically override the reporter to the `pro` one.
Expand All @@ -82,7 +82,7 @@ It's _recommended_ to regenerate the JWT token for every release, until we will
steps:
- uses: listendev/action@v0.12
with:
jwt: ${{ secrets.MY_JWT }}
jwt: ${{ secrets.LSTN_API_KEY }}
lstn_flags: "--reporter gh-pull-comment"
```
</details>
Expand All @@ -99,7 +99,7 @@ steps:
- uses: listendev/action@v0.12
with:
runtime: only
jwt: ${{ secrets.MY_JWT }}
jwt: ${{ secrets.LSTN_API_KEY }}
```

Let's say you want the verdicts in JSON format...
Expand Down Expand Up @@ -137,7 +137,7 @@ steps:
To develop this GitHub action you first need to install its dependencies:

```bash
npm run i
npm install
```

You can then 8000 use `npm run build` to compile it. Also, remember that we check on every pull request that you've run this command, as to avoid the `dist/` directory to be out of sync.
Expand Down
14 changes: 14 additions & 0 deletions devbox.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.13.6/.schema/devbox.schema.json",
"packages": ["nodejs@20"],
"shell": {
"init_hook": [
"echo 'Welcome to devbox!' > /dev/null"
],
"scripts": {
"test": [
"echo \"Error: no test specified\" && exit 1"
]
}
}
}
70 changes: 70 additions & 0 deletions devbox.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
{
"lockfile_version": "1",
"packages": {
"nodejs@20": {
"last_modified": "2024-11-16T04:25:12Z",
"plugin_version": "0.0.2",
"resolved": "github:NixOS/nixpkgs/34a626458d686f1b58139620a8b2793e9e123bba#nodejs_20",
"source": "devbox-search",
"version": "20.18.0",
"systems": {
"aarch64-darwin": {
"outputs": [
{
"name": "out",
"path": "/nix/store/9grahx8677nlgbx3yfiggibw335lkgfr-nodejs-20.18.0",
"default": true
},
{
"name": "libv8",
"path": "/nix/store/hfchgw1as9fm02wcyr3iqya05ylll5f3-nodejs-20.18.0-libv8"
}
],
"store_path": "/nix/store/9grahx8677nlgbx3yfiggibw335lkgfr-nodejs-20.18.0"
},
"aarch64-linux": {
"outputs": [
{
"name": "out",
"path": "/nix/store/hsh74yzdb9yk834w9j5qz0w3sw84wcfv-nodejs-20.18.0",
"default": true
},
{
"name": "libv8",
"path": "/nix/store/yajvza262cb3bri9cryfrgpm3pvc066n-nodejs-20.18.0-libv8"
}
],
"store_path": "/nix/store/hsh74yzdb9yk834w9j5qz0w3sw84wcfv-nodejs-20.18.0"
},
"x86_64-darwin": {
"outputs": [
{
"name": "out",
"path": "/nix/store/v8p36abnvrn9i5h41zkgrayaj7sclv6z-nodejs-20.18.0",
"default": true
},
{
"name": "libv8",
"path": "/nix/store/93xdzgjsm1dnnw33lnba4i7h7k5yph4k-nodejs-20.18.0-libv8"
}
],
"store_path": "/nix/store/v8p36abnvrn9i5h41zkgrayaj7sclv6z-nodejs-20.18.0"
},
"x86_64-linux": {
"outputs": [
{
"name": "out",
"path": "/nix/store/z0ivg3dbal4sk5h0c7p1pfkxc7ff98ri-nodejs-20.18.0",
"default": true
},
{
"name": "libv8",
"path": "/nix/store/czcxwki3zqih2pf355zk0vxbmrij2bzx-nodejs-20.18.0-libv8"
}
],
"store_path": "/nix/store/z0ivg3dbal4sk5h0c7p1pfkxc7ff98ri-nodejs-20.18.0"
}
}
}
}
}
Loading
0