~repos /atoms-element
git clone https://pyrossh.dev/repos/atoms-element.git
A simple web component library for defining your custom elements. It works on both client and server.
25e084a4
—
pyros2097 4 years ago
fix workflow
.github/workflows/main.yml
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
name: Tests
|
|
2
2
|
on: [push]
|
|
3
3
|
jobs:
|
|
4
|
+
Test:
|
|
4
|
-
|
|
5
|
+
runs-on: ubuntu-latest
|
|
5
|
-
build:
|
|
6
6
|
steps:
|
|
7
7
|
- uses: actions/checkout@v2
|
|
8
8
|
- uses: actions/setup-node@v1
|