Skip to content

Commit

Permalink
GH Action Standards
Browse files Browse the repository at this point in the history
  • Loading branch information
confused-Techie authored and github-actions[bot] committed Feb 11, 2023
1 parent 48206b8 commit 7053a29
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/services/gcloudignore.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
const common = require("./common.js");

const PROFILE = "gcloudignore";
const ATTRIBUTION = "# === Autogenerated by CompactIgnore::gcloudignore === #\n\n";
const ATTRIBUTION =
"# === Autogenerated by CompactIgnore::gcloudignore === #\n\n";

async function build(obj) {
let use = common.getGenericProfiles(obj);
Expand All @@ -21,7 +22,6 @@ async function build(obj) {
};

return file;

}

async function generateContent(obj) {
Expand Down

0 comments on commit 7053a29

Please sign in to comment.