Skip to content

Commit

Permalink
renamed: .github/workflows/.lint.yml -> .github/workflows/.lint.yaml
Browse files Browse the repository at this point in the history
renamed:    .github/workflows/.release.yml -> .github/workflows/.release.yaml
renamed:    .github/workflows/changelog.yml -> .github/workflows/changelog.yaml
renamed:    .github/workflows/docker.yml -> .github/workflows/docker.yaml
renamed:    .github/workflows/pylint.yml -> .github/workflows/pylint.yaml
renamed:    .github/workflows/pypackage.yml -> .github/workflows/pypackage.yaml
renamed:    .github/workflows/pytest-with-vault.yml -> .github/workflows/pytest-with-vault.yaml
renamed:    .github/workflows/pytest.yml -> .github/workflows/pytest.yaml
renamed:    .github/workflows/release.yml -> .github/workflows/release.yaml
renamed:    .github/workflows/terraform.yml -> .github/workflows/terraform.yaml
renamed:    .github/workflows/yamllint.yml -> .github/workflows/yamllint.yaml
modified:   README.md
  • Loading branch information
obervinov committed Dec 26, 2023
1 parent aebe2da commit c04bcf2
Show file tree
Hide file tree
Showing 12 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ on: # yamllint disable-line rule:truthy

jobs:
yamllint:
uses: obervinov/_templates/.github/workflows/yamllint.yml@main
uses: obervinov/_templates/.github/workflows/yamllint.yaml@main
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ on: # yamllint disable-line rule:truthy

jobs:
create-release:
uses: obervinov/_templates/.github/workflows/release.yml@main
uses: obervinov/_templates/.github/workflows/release.yaml@main
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ This repository contains templates for creating standard python repositories
│ └── feature_request.md
├── pull_request_template.md
└── workflows
├── .lint.yml
├── .release.yml
├── changelog.yml
├── docker.yml
├── pylint.yml
Expand Down

0 comments on commit c04bcf2

Please sign in to comment.