Skip to content

Commit 5a446bb

Browse files
committed
Fix linting issues
1 parent 4917ab0 commit 5a446bb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "Add Issue/PR to Project Board"
1+
name: 'Add Issue/PR to Project Board'
22

33
on:
44
pull_request:
@@ -8,11 +8,11 @@ on:
88

99
jobs:
1010
call_shared_workflow:
11-
name: "Call the Shared Workflow"
11+
name: 'Call the Shared Workflow'
1212
uses: metamask/github-tools/.github/actions/add-item-to-project.yml@main
1313
with:
14-
project-url: "https://github.com/orgs/MetaMask/projects/113"
15-
team-name: "wallet-framework-engineers"
16-
team-label: "team-wallet-framework"
14+
project-url: 'https://github.com/orgs/MetaMask/projects/113'
15+
team-name: 'wallet-framework-engineers'
16+
team-label: 'team-wallet-framework'
1717
secrets:
1818
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)