Skip to content

Update messages to pull emoji from env (#5) #74

Update messages to pull emoji from env (#5)

Update messages to pull emoji from env (#5) #74

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
format:
name: Format
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version-file: .nvmrc
cache: npm
- name: Install dependencies
run: npm ci
- name: Check formatting
run: npm run format:check