Compare commits
No commits in common. "badefb0f7f3b4c626f01b0313870e1d75f2912fd" and "637134081a25da73cbb32eaeb5c5488af73e9478" have entirely different histories.
badefb0f7f
...
637134081a
19
.gitea/workflows/build.yaml
Normal file
19
.gitea/workflows/build.yaml
Normal file
@ -0,0 +1,19 @@
|
||||
name: Build simrail.pro
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: 'Repository checkout'
|
||||
uses: actions/checkout@v4
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '20.x'
|
||||
- name: 'Setup yarn'
|
||||
run: npm i yarn -g
|
||||
- name: 'Install dependencies'
|
||||
run: yarn
|
||||
- name: 'Build'
|
||||
run: yarn build
|
Loading…
x
Reference in New Issue
Block a user