Skip to content

Commit

Permalink
closer
Browse files Browse the repository at this point in the history
  • Loading branch information
mangs committed Jul 19, 2024
1 parent 7c2c56a commit a67d0b9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pullRequestWorkflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:
- name: CPU Details
run: lscpu
- uses: actions/checkout@v4
- uses: technote-space/get-diff-action@v6
id: git-diff
with:
FORMAT: JSON
# - uses: technote-space/get-diff-action@v6
# id: git-diff
# with:
# FORMAT: JSON
# - run: echo $GITHUB_BASE_REF && git rev-parse $GITHUB_BASE_REF
# - run: echo $GITHUB_HEAD_REF && git rev-parse $GITHUB_HEAD_REF
# - run: echo $GITHUB_REF && git rev-parse $GITHUB_REF
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"./time": "./src/timeUtils.mts"
},
"scripts": {
"diff": "bun --print \"const response = await fetch('https://api.github.com/repos/mangs/bun-utils/pulls/88/files', { headers: { Accept: 'application/vnd.github+json', Authorization: 'Bearer '+Bun.env.GITHUB_TOKEN }} ); const responseJson = await response.json(); responseJson\"",
"diff": "bun --print \"const response = await fetch('https://api.github.com/repos/mangs/bun-utils/pulls/88/files', { headers: { Accept: 'application/vnd.github+json', Authorization: 'Bearer '+Bun.env.GITHUB_TOKEN }} ); const responseJson = await response.json(); responseJson.some(({filename, patch, status}) => filename === 'package.json' && status === 'modified' && patch.startsWith('@@ -3,'); responseJson\"",
"audit:node-modules": "cd node_modules && du -sh -- * | sort -h",
"build:documentation": "typedoc --options ./config/typedoc/typedoc.json",
"check:environment": "bun --bun run --silent check:environment:symlinks && bun run --silent check:environment:versions",
Expand Down

0 comments on commit a67d0b9

Please sign in to comment.