Skip to content

Commit

Permalink
Update centrally managed files (#25)
Browse files Browse the repository at this point in the history
* update .gitignore

* update .gitignore

* update .gitignore

* update .github/workflows/check.yaml

* update .gitignore

* update .github/workflows/check.yaml

* update .gitignore

* update .github/workflows/check.yaml

---------

Co-authored-by: soleng-terraform[bot] <168111096+soleng-terraform[bot]@users.noreply.github.com>
  • Loading branch information
soleng-terraform[bot] authored Sep 19, 2024
1 parent a394816 commit 0f2f3e1
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 17 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
fail-fast: false
matrix:
python-version: ["3.8", "3.10"]
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -53,7 +53,7 @@ jobs:
fail-fast: false
matrix:
python-version: ["3.8", "3.10"]
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
Expand Down
50 changes: 35 additions & 15 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,25 +1,45 @@
# Byte-compiled / optimized / DLL files
# This file is centrally managed as a template file in https://github.com/canonical/solutions-engineering-automation
# To update the file:
# - Edit it in the canonical/solutions-engineering-automation repository.
# - Open a PR with the changes.
# - When the PR merges, the soleng-terraform bot will open a PR to the target repositories with the changes.

# Python Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# Log files
*.log

.tox/
# Test files and directories
.pytest_cache/
.coverage
.tox
reports/
**/report/
htmlcov/
.mypy_cache

# vi
.*.swp
# python virtual environments (for local dev)
.venv
venv
env

# pycharm
.idea/
# Build artefacts
output/
.build/
build/
*.charm
*.snap
# python build artefacts
deb_dist/
dist/
*.egg-info/

# version data
repo-info
# Log files
*.log

# reports
report/*
# general backup files
*~
*.bak

# charm
*.charm
# Note: for editor-specific files, please don't add them here, as they are specific to your environment, not the project.
# Instead, consider using a global gitignore on your workstation.

0 comments on commit 0f2f3e1

Please sign in to comment.