Skip to content

feat: handle riot accounts #296

feat: handle riot accounts

feat: handle riot accounts #296

name: Check Servers
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
schedule:
- cron: '0 0 * * *'
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: mv config.example.json config.json
- run: yarn install --frozen-lockfile
- run: yarn build
- run: yarn test