Skip to content

Commit 76ceec2

Browse files
author
Ryan Sonshine
committed
ci(workflows): update comments
1 parent 3bcebcd commit 76ceec2

File tree

3 files changed

+4
-13
lines changed

3 files changed

+4
-13
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
1-
# For most projects, this workflow file will not need changing; you simply need
2-
# to commit it to your repository.
3-
#
4-
# You may wish to alter this file to override the set of languages analyzed,
5-
# or to provide custom queries or build logic.
6-
#
7-
# ******** NOTE ********
8-
# We have attempted to detect the languages in your repository. Please check
9-
# the `language` matrix defined below to confirm you have the correct set of
10-
# supported CodeQL languages.
11-
#
1+
# Reusable workflow for code analysis; to eject, you can replace this file with
2+
# https://github.com/ryansonshine/ryansonshine/blob/main/.github/workflows/codeql-analysis.yml
123
name: "CodeQL"
134

145
on:

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Reusable workflow to handle PRs, to eject you can replace this file with
1+
# Reusable workflow for PRs; to eject, you can replace this file with
22
# https://github.com/ryansonshine/ryansonshine/blob/main/.github/workflows/pr.yml
33
name: Pull Request
44

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Reusable workflow to handle the release, to eject you can replace this file with
1+
# Reusable workflow for releases; to eject, you can replace this file with
22
# https://github.com/ryansonshine/ryansonshine/blob/main/.github/workflows/release.yml
33
name: Release
44
on:

0 commit comments

Comments
 (0)