Skip to content

profile actions bar reworked into dropdown for mobile without changin… #5

profile actions bar reworked into dropdown for mobile without changin…

profile actions bar reworked into dropdown for mobile without changin… #5

Workflow file for this run

name: Lint code
on:
push:
branches-ignore:
- 'l10n_master'
pull_request:
paths-ignore:
- 'translation/dest/**'
jobs:
lint:
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
with:
version: '8.11'
- uses: actions/setup-node@v4
with:
node-version: '19'
cache: pnpm
- uses: github/codeql-action/init@v2
with:
languages: javascript
- uses: github/codeql-action/analyze@v2
- run: pnpm install
- run: pnpm run lint
- run: pnpm run check-format