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

20 lines
337 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:37:14 +08:00
run: |
2023-04-30 04:40:04 +08:00
ls ${{ github.workspace }}
2023-04-30 04:33:16 +08:00
- run: echo "hello"
2023-04-30 04:33:57 +08:00
- run: ls
- run: pwd