blessing-skin-server/.github/workflows/main.yml
2019-09-15 14:46:21 +08:00

24 lines
463 B
YAML

name: CI
on: [push]
jobs:
php73:
name: PHP Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Install dependencies
run: composer install --prefer-dist --no-progress --no-suggest
frontend:
name: JavaScript Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Install dependencies
run: yarn
- name: Run checks
run: |
yarn lint
yarn tsc -p .