fix? lint workflow

This commit is contained in:
edideaur 2026-04-04 22:32:16 +00:00 committed by GitHub
parent 2c9ac1ecb1
commit d9d6a7d7d1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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