vite-start/.gitea/workflows/build.yaml
taolin e2138e839c
All checks were successful
checks / check and test (push) Successful in 25s
flow
2023-04-30 04:29:27 +08:00

15 lines
226 B
YAML

name: checks
on:
- push
- pull_request
jobs:
lint:
name: check and test
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v2
name: nodejs
with:
node-version: "18.15.0"