Skip to content

Commit

Permalink
Fix ESLint issues regarding import
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikhr committed Jan 28, 2024
1 parent c726ec2 commit d847317
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions run/ms-idp-workflow-run-auth/action.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
const ghaCore = require("@actions/core");
const httpClientModule = require("@actions/http-client");

// eslint-disable-next-line node/no-unsupported-features/es-syntax, node/no-missing-import
const msalNodeModule = import("@azure/msal-node");

const {
Expand Down
1 change: 1 addition & 0 deletions run/ms-idp-workflow-run-auth/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ const {
bindCoreHelpers,
} = require("../../lib/gh-actions-core-helpers/index.cjs");

// eslint-disable-next-line node/no-unsupported-features/es-syntax, node/no-missing-import
const msalNode = import("@azure/msal-node");

const {
Expand Down

0 comments on commit d847317

Please sign in to comment.