Skip to content

Commit

Permalink
Again
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-carter-at-sf committed Dec 13, 2023
1 parent 4c41192 commit d87d585
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/gha-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
do_the_thing:
runs-on: ubuntu-latest
runs-on: windows-latest
name: Test the new actions
env:
NODE_OPTIONS: "--max_old_space_size=4096"
Expand All @@ -17,10 +17,9 @@ jobs:
with:
node-version: 'lts/*' # Always use Node LTS for building dependencies.
- run: yarn
- run: find node_modules/*
- uses: rmohan20/code-analyzer-action@main
with:
render-results: true
render-results: false
runtype: simple
engine: eslint-typescript
target: "./src/**/*.ts"
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"extends": "./node_modules/@salesforce/dev-config/tsconfig.json",
"compilerOptions": {
"module": "commonjs",
"target": "es2020",
Expand All @@ -8,7 +9,6 @@
"moduleResolution": "node",
"alwaysStrict": true,
"noUnusedLocals": true,

"outDir": "./lib",
"rootDir": "./src",
"allowJs": false,
Expand Down

0 comments on commit d87d585

Please sign in to comment.