Skip to content

Commit

Permalink
Rename workflow (#7)
Browse files Browse the repository at this point in the history
* Rename workflow
  • Loading branch information
janniks authored Apr 21, 2020
1 parent 35c9b9f commit 760c1e0
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/node.js.yml → .github/workflows/node.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
# This workflow will do a clean install of node dependencies, build the source code 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: Node.js CI
name: node

on:
push:
Expand All @@ -11,7 +8,6 @@ on:

jobs:
build:

runs-on: ubuntu-latest

strategy:
Expand Down

0 comments on commit 760c1e0

Please sign in to comment.