Skip to content

Commit f7d7565

Browse files
Fix errors
1 parent 4fbebc8 commit f7d7565

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/copilot-instructions.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ descriptions, comments, and other text content.
2727
## Code Quality
2828

2929
1. Follow JavaScript best practices and Node.js conventions
30-
2. Use async/await for asynchronous operations
31-
3. Write comprehensive Jest tests for unit testing.
32-
4. Write integration tests for end-to-end validation of the GitHub Action using
30+
1. Use async/await for asynchronous operations
31+
1. Write comprehensive Jest tests for unit testing.
32+
1. Write integration tests for end-to-end validation of the GitHub Action using
3333
workflows in `.github/workflows/ci.yml`
34-
5. Use descriptive variable names and add comments for complex logic
34+
1. Use descriptive variable names and add comments for complex logic

.github/workflows/copilot-setup-steps.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ on:
99
paths:
1010
- .github/workflows/copilot-setup-steps.yml
1111

12+
permissions:
13+
contents: read
14+
1215
jobs:
1316
# The job MUST be called `copilot-setup-steps` or it will not be picked up by Copilot.
1417
copilot-setup-steps:
1518
runs-on: ubuntu-latest
16-
permissions:
17-
contents: read
18-
1919
steps:
2020
- name: Checkout code
2121
uses: actions/checkout@v4

0 commit comments

Comments
 (0)