Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarred-Sumner committed Apr 11, 2024
1 parent 529fa2a commit f5cd709
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
Pull Request
### ❌ [${{github.event.pull_request.title}}](https://github.com/oven-sh/bun/pull/${{github.event.number}})
@${{ github.actor }}, there are ${{ steps.lint.outputs.count }} lint errors on ${{ github.ref }}
@${{ github.actor }}, there are ${{ steps.lint.outputs.count }} lint errors on ${{ github.ref_name }}
${{ steps.lint.outputs.text_output }}
Expand Down
2 changes: 1 addition & 1 deletion packages/bun-internal-test/src/linter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import * as action from "@actions/core";

const IGNORED_FOLDERS = [
// list of folders to ignore
// "windows-shim",
"windows-shim",
];

const ci = !!process.env["GITHUB_ACTIONS"];
Expand Down

0 comments on commit f5cd709

Please sign in to comment.