Skip to content

fix(hermes): i18n, plugin-delete, mascot animation + README follow-up… #146

fix(hermes): i18n, plugin-delete, mascot animation + README follow-up…

fix(hermes): i18n, plugin-delete, mascot animation + README follow-up… #146

Workflow file for this run

name: CodeQL
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
analyze:
runs-on: macos-latest
permissions:
security-events: write
strategy:
matrix:
language: [javascript-typescript]
steps:
- uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
- name: Autobuild
uses: github/codeql-action/autobuild@v3
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3