Skip to content
This repository was archived by the owner on Jun 3, 2023. It is now read-only.

Commit 5cae7b1

Browse files
author
Victor Navarro
committed
chore: rename ci workflow
1 parent 5929e1b commit 5cae7b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/node-ci.yml renamed to .github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
name: Node CI
1+
name: CI
22
on:
33
push
44

55
jobs:
6-
node-ci:
6+
ci:
77
runs-on: ${{ matrix.os }}
88
strategy:
99
matrix:

0 commit comments

Comments
 (0)