Skip to content

feat(semantic): record symbol references #72

feat(semantic): record symbol references

feat(semantic): record symbol references #72

Workflow file for this run

name: JavaScript
on:
pull_request:
branches:
- main
types: [opened, synchronize]
paths-ignore:
- "*.zig"
- "*.zon"
- "*.snap"
- "*.md"
- "*.sh"
- ".vscode/*"
- ".github/*"
- "!.github/workflows/js.yaml"
push:
branches:
- main
paths-ignore:
- "*.zig"
- "*.zon"
- "*.snap"
- "*.md"
- "*.sh"
- ".vscode/*"
- ".github/*"
- "!.github/workflows/js.yaml"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- name: Oxlint
run: bunx oxlint@latest --format github -D correctness -D suspicious -D perf