Skip to content

Commit

Permalink
[CHANGE] Updated workflow to match development branch
Browse files Browse the repository at this point in the history
  • Loading branch information
tayler6000 committed Sep 27, 2022
1 parent fe0099b commit 234e6b0
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/test.yml → .github/workflows/black.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
# This workflow will install Python dependencies, run tests and lint
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions

name: Test
name: Check Black

on:
push:
branches: [master]
branches:
- "master"
- "development"
pull_request:

jobs:
build:
check-black:
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down

0 comments on commit 234e6b0

Please sign in to comment.