~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.
4b66ec43
—
Peter John 4 years ago
fix worflow
.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
|