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

19 lines
310 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"
2023-04-30 04:33:16 +08:00
- run: echo "hello"
2023-04-30 04:33:57 +08:00
- run: ls
- run: pwd
2023-04-30 04:35:55 +08:00
- run: npm install