Skip to content

Commit

Permalink
chore: update templates (#24)
Browse files Browse the repository at this point in the history
This PR was generated using Autosynth. 🌈

Synth log will be available here:
https://source.cloud.google.com/results/invocations/6490b6f9-79ee-41b3-8813-ec1cd161dafb/targets

- [ ] To automatically regenerate this PR, check this box.

Source-Link: googleapis/synthtool@778d8be
Source-Link: googleapis/synthtool@573f765
Source-Link: googleapis/synthtool@ba960d7
Source-Link: googleapis/synthtool@16ec872
  • Loading branch information
yoshi-automation committed Feb 8, 2021
1 parent 47a1247 commit 2da3aad
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 5 deletions.
15 changes: 15 additions & 0 deletions packages/google-cloud-workflows/.github/header-checker-lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{"allowedCopyrightHolders": ["Google LLC"],
"allowedLicenses": ["Apache-2.0", "MIT", "BSD-3"],
"ignoreFiles": ["**/requirements.txt", "**/requirements-test.txt"],
"sourceFileExtensions": [
"ts",
"js",
"java",
"sh",
"Dockerfile",
"yaml",
"py",
"html",
"txt"
]
}
1 change: 1 addition & 0 deletions packages/google-cloud-workflows/noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ def default(session):
session.install(
"mock", "pytest", "pytest-cov",
)

session.install("-e", ".")

# Run py.test against the unit tests.
Expand Down
10 changes: 5 additions & 5 deletions packages/google-cloud-workflows/synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/python-workflows.git",
"sha": "ccddf0607d6af58ccf52e33ee1ff735a8034559a"
"sha": "639fadf257c4cbc9e3152ba5e78786da28ab07fe"
}
},
{
Expand All @@ -19,14 +19,14 @@
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "fb53b6fb373b7c3edf4e55f3e8036bc6d73fa483"
"sha": "778d8beae28d6d87eb01fdc839a4b4d966ed2ebe"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "fb53b6fb373b7c3edf4e55f3e8036bc6d73fa483"
"sha": "778d8beae28d6d87eb01fdc839a4b4d966ed2ebe"
}
}
],
Expand Down Expand Up @@ -58,6 +58,7 @@
".github/ISSUE_TEMPLATE/feature_request.md",
".github/ISSUE_TEMPLATE/support_request.md",
".github/PULL_REQUEST_TEMPLATE.md",
".github/header-checker-lint.yml",
".github/release-please.yml",
".github/snippet-bot.yml",
".gitignore",
Expand Down Expand Up @@ -156,7 +157,6 @@
"tests/unit/gapic/executions_v1beta/__init__.py",
"tests/unit/gapic/executions_v1beta/test_executions.py",
"tests/unit/gapic/workflows_v1beta/__init__.py",
"tests/unit/gapic/workflows_v1beta/test_workflows.py",
"workflows-v1beta-py.tar.gz"
"tests/unit/gapic/workflows_v1beta/test_workflows.py"
]
}
Empty file.

0 comments on commit 2da3aad

Please sign in to comment.