~repos /atoms-element

#js

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
Files changed (1) hide show
  1. .github/workflows/main.yml +2 -2
.github/workflows/main.yml CHANGED
@@ -1,8 +1,8 @@
1
1
  name: Tests
2
2
  on: [push]
3
3
  jobs:
4
+ Test:
4
- runs-on: ubuntu-latest
5
+ runs-on: ubuntu-latest
5
- build:
6
6
  steps:
7
7
  - uses: actions/checkout@v2
8
8
  - uses: actions/setup-node@v1