Skip to content

Update societies.json - added Berlin meeting #886

Update societies.json - added Berlin meeting

Update societies.json - added Berlin meeting #886

Workflow file for this run

name: Source code lint
on:
pull_request:
branches: [main]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
cache: 'pnpm'
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Run sync
run: pnpm run sync
- name: Run lint
run: pnpm run lint