Compare commits

..

No commits in common. "695860d8cd77147b31636d57415fe9b756283519" and "987ce7dde4670eac8573bc88119622cb5818decc" have entirely different histories.

View File

@ -1,14 +0,0 @@
on: [push, workflow_dispatch]
jobs:
build-element:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install dependencies
run: "apt update && apt install -y npm && npm install -g yarn"
- name: Run script
run: "echo 'hello world'"