Skip to content

Commit

Permalink
Rename workflow to ci.yml, add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
leonoverweel committed Aug 25, 2023
1 parent a4ff537 commit 6a833b7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/cicd.yml → .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,12 @@ on:
branches: [main]
pull_request:

# Apparently splitting these into separate jobs is not really a thing on GitHub. All the
# examples here use a single job:
# https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python

jobs:
test:
build_lint_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 6a833b7

Please sign in to comment.