consistent naming of workflows

This commit is contained in:
Martin Raifer
2023-02-25 16:46:56 +01:00
parent 090d5f5555
commit fbcb8800a2
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
name: code style checks
name: Code Style Checks
on: [push, pull_request]
jobs:
lint:
+1 -1
View File
@@ -1,7 +1,7 @@
# This workflow will do a clean install of node dependencies and run tests across different versions of node.
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: test
name: Test
on:
push: