Skip to content

Merge pull request #334 from SlamTalk/style/333-UI-refactor #574

Merge pull request #334 from SlamTalk/style/333-UI-refactor

Merge pull request #334 from SlamTalk/style/333-UI-refactor #574

Workflow file for this run

name: Slam Talk CI
on:
workflow_dispatch:
push:
branches: [main, develop]
pull_request:
branches: [main, develop]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run lint