Skip to content

Commit 85022ee

Browse files
committed
Remove unnecessary import of core library in GitHub Actions Ansible lint workflow
1 parent e38ad67 commit 85022ee

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/github-actions-ansible-lint.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ jobs:
5252
uses: actions/github-script@v6
5353
with:
5454
script: |
55-
const coreLib = require('@actions/core');
5655
const pr = await github.rest.pulls.get({
5756
owner: context.repo.owner,
5857
repo: context.repo.repo,

0 commit comments

Comments
 (0)