~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.


4b66ec43 Peter John

4 years ago
fix worflow
Files changed (1) hide show
  1. .github/workflows/main.yml +1 -0
.github/workflows/main.yml CHANGED
@@ -1,6 +1,7 @@
1
1
  name: Tests
2
2
  on: [push]
3
3
  jobs:
4
+ runs-on: ubuntu-latest
4
5
  build:
5
6
  steps:
6
7
  - uses: actions/checkout@v2