Skip to content

Commit

Permalink
better GH workflow naming
Browse files Browse the repository at this point in the history
  • Loading branch information
Spitfire1900 committed May 27, 2023
1 parent 1b85529 commit a522ce3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions

name: YAPF
name: Run tests

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright (c) 2023 Sebastian Pipping <[email protected]>
# Licensed under the Apache License Version 2.0

name: Run pre-commit
name: Format with pre-commit

# Drop permissions to minimum for security
permissions:
Expand Down

0 comments on commit a522ce3

Please sign in to comment.