fix? lint workflow
This commit is contained in:
parent
2c9ac1ecb1
commit
d9d6a7d7d1
1 changed files with 27 additions and 28 deletions
5
.github/workflows/copilot-setup-steps.yml
vendored
5
.github/workflows/copilot-setup-steps.yml
vendored
|
|
@ -1,4 +1,4 @@
|
||||||
name: "Copilot Setup Steps"
|
name: 'Copilot Setup Steps'
|
||||||
|
|
||||||
# Automatically run the setup steps when they are changed to allow for easy validation, and
|
# Automatically run the setup steps when they are changed to allow for easy validation, and
|
||||||
# allow manual testing through the repository's "Actions" tab
|
# allow manual testing through the repository's "Actions" tab
|
||||||
|
|
@ -19,9 +19,8 @@ jobs:
|
||||||
# Set the permissions to the lowest permissions possible needed for your steps.
|
# Set the permissions to the lowest permissions possible needed for your steps.
|
||||||
# Copilot will be given its own token for its operations.
|
# Copilot will be given its own token for its operations.
|
||||||
permissions:
|
permissions:
|
||||||
# If you want to clone the repository as part of your setup steps, for example to install dependencies, you'll need the `contents: read` permission.
|
|
||||||
# If you don't clone the repository in your setup steps, Copilot will do this for you automatically after the steps complete.
|
|
||||||
contents: read
|
contents: read
|
||||||
|
workflows: write
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue