Skip to content

Commit

Permalink
align indentation in unit-tests workflow
Browse files Browse the repository at this point in the history
Indent with two spaces consistently. Rename job to match the workflow
file name.
  • Loading branch information
arcctgx committed May 25, 2024
1 parent e1b842f commit c9b5fee
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
name: Unit tests

on:
push:
branches:
- master
paths:
- .github/workflows/unit-tests.yml
- arver/**
- tests/**
- setup.py
- requirements.txt
pull_request:
branches:
- master
paths:
- .github/workflows/unit-tests.yml
- arver/**
- tests/**
- setup.py
- requirements.txt
push:
branches:
- master
paths:
- .github/workflows/unit-tests.yml
- arver/**
- tests/**
- setup.py
- requirements.txt
pull_request:
branches:
- master
paths:
- .github/workflows/unit-tests.yml
- arver/**
- tests/**
- setup.py
- requirements.txt

jobs:
unit-test:
unit-tests:
runs-on: ubuntu-latest

strategy:
Expand Down

0 comments on commit c9b5fee

Please sign in to comment.