vite-start/.gitea/workflows/build.yaml
taolin 986d1cccc5
Some checks failed
checks / check and test (push) Failing after -2s
flow
2023-04-30 04:37:14 +08:00

22 lines
349 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"
run: |
ls
pwd
npm install
- run: echo "hello"
- run: ls
- run: pwd