vite-start/.gitea/workflows/build.yaml

15 lines
226 B
YAML
Raw Normal View History

2023-04-30 04:17:13 +08:00
name: checks
on:
- push
- pull_request
jobs:
lint:
name: check and test
runs-on: ubuntu-latest
steps:
2023-04-30 04:25:46 +08:00
- uses: actions/setup-node@v2
name: nodejs
with:
2023-04-30 04:29:03 +08:00
node-version: "18.15.0"