mirror of
https://github.com/github/awesome-copilot.git
synced 2026-02-22 19:35:13 +00:00
Fix markdown lint (#80)
* Fix the applyTo property in the instructions files Signed-off-by: André Silva <2493377+askpt@users.noreply.github.com> * Update applyTo property to target specific GitHub Actions workflow files Signed-off-by: André Silva <2493377+askpt@users.noreply.github.com> * Update security-and-owasp.instructions.md * Fixing readme --------- Signed-off-by: André Silva <2493377+askpt@users.noreply.github.com> Co-authored-by: Aaron Powell <me@aaron-powell.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
---
|
||||
applyTo: ['*']
|
||||
applyTo: '.github/workflows/*.yml'
|
||||
description: 'Comprehensive guide for building robust, secure, and efficient CI/CD pipelines using GitHub Actions. Covers workflow structure, jobs, steps, environment variables, secret management, caching, matrix strategies, testing, and deployment strategies.'
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user