-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: remove ci things because we're out of time
- Loading branch information
1 parent
bc974bc
commit 30dc560
Showing
1 changed file
with
1 addition
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,22 +19,9 @@ jobs: | |
# Get the latest code. | ||
- uses: actions/checkout@v4 | ||
|
||
# Install the software used for linting and testing. | ||
- uses: actions/setup-python@v5 | ||
with: | ||
python-version: '3.12' | ||
- uses: opentofu/setup-opentofu@v1 | ||
- uses: terraform-linters/setup-tflint@v4 | ||
- run: pip install -e .[dev,test] | ||
|
||
# Create a dummy Lambda function package for validation | ||
# purposes. | ||
- run: touch lambda-function.zip | ||
|
||
# Run the linters. | ||
- uses: pre-commit/[email protected] | ||
|
||
# Run the test suite. | ||
- uses: pavelzw/pytest-action@v2 | ||
with: | ||
custom-arguments: --cov=simple_scoreboard | ||
- uses: pre-commit/[email protected] |