Skip to content

Add Alpine to supported platforms #252

Add Alpine to supported platforms

Add Alpine to supported platforms #252

Workflow file for this run

name: Test deployment
on:
pull_request:
branches: [master]
push:
branches-ignore:
- master
jobs:
test-deploy:
name: Test deployment
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 17.x
cache: npm
- name: Install packages
run: npm ci
- name: Format
run: npm run format
- name: Lint
run: npm run lint
- name: Test build
run: npm run build