vite-start/.gitea/workflows/build.yaml
taolin 3d5902e8e3
Some checks failed
checks / check and test (push) Failing after -1s
flow
2023-04-30 04:23:04 +08:00

13 lines
171 B
YAML

name: checks
on:
- push
- pull_request
jobs:
lint:
name: check and test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
run: ls