atoms-element v5.0.0

#js

git clone https://git.pyrossh.dev/atoms-element

A simple web component library for defining your custom elements. It works on both client and server.


4b66ec4Peter John 2021-06-26T15:14:34+05:30
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