mirror of
https://github.com/AykutSarac/jsoncrack.com.git
synced 2025-01-27 15:22:56 +08:00
Create verify.yml
This commit is contained in:
parent
13aaa81d9a
commit
80ca1a38ca
17
.github/workflows/verify.yml
vendored
Normal file
17
.github/workflows/verify.yml
vendored
Normal file
@ -0,0 +1,17 @@
|
||||
name: Verify
|
||||
|
||||
# Run action only on pull requests
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: Verify Build
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check Lint
|
||||
run: npm run lint
|
||||
- name: Build
|
||||
run: npm run build
|
Loading…
x
Reference in New Issue
Block a user