cmc/thelounge-theme-crypto
🎨 Retro & high-contrast theme
clone: git clone https://gitbay.org/cmc/thelounge-theme-crypto.git
master: .github/workflows/build.yml · raw
1name: Build
2
3on: [push, pull_request]
4
5jobs:
6 build:
7 name: Build and test
8
9 runs-on: ubuntu-latest
10
11 steps:
12 - uses: actions/checkout@master
13
14 - name: Setup Node.js
15 uses: actions/setup-node@v1
16
17 - name: Install
18 run: yarn --frozen-lockfile --non-interactive
19
20 - name: Test
21 run: yarn test