Skip to content

feat(announcements): add platform and user kind fields to app announcements #117

feat(announcements): add platform and user kind fields to app announcements

feat(announcements): add platform and user kind fields to app announcements #117

Workflow file for this run

name: CI
on:
push:
branches: [develop, main]
pull_request:
branches: [develop, main]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- uses: actions/checkout@v4
- name: Install modules
run: bun install
- name: Run ESLint
run: bunx eslint .
- name: Run Prettier
run: npx prettier --check .