Skip to content

Commit

Permalink
Update and rename python-app.yml to install-format-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DaltonSW committed Feb 10, 2024
1 parent 2d8192a commit de119fa
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# This workflow will install Python dependencies, run tests and lint with a single version of Python
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python

name: Format and Test
name: Install, Format, and Test

on: push

permissions:
contents: read

jobs:
test:
install-format-test:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
Expand Down

0 comments on commit de119fa

Please sign in to comment.