mirror of
https://github.com/1f349/themes.git
synced 2024-11-09 22:32:48 +00:00
Add github workflow
This commit is contained in:
parent
14d0b4ef43
commit
835152fb38
20
.github/workflows/build.yml
vendored
Normal file
20
.github/workflows/build.yml
vendored
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
on: [push, pull_request]
|
||||||
|
name: Build
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/setup-go@v5
|
||||||
|
with:
|
||||||
|
go-version: stable
|
||||||
|
- uses: actions/setup-node@v4
|
||||||
|
with:
|
||||||
|
node-version: latest
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
- run: yarn build
|
||||||
|
- name: Release
|
||||||
|
uses: softprops/action-gh-release@v2
|
||||||
|
if: startsWith(github.ref, 'refs/tags/v')
|
||||||
|
with:
|
||||||
|
files: |
|
||||||
|
lavender/**
|
Loading…
Reference in New Issue
Block a user