Skip to main content
Glama
lint.yml765 B
name: Lint on: pull_request: permissions: contents: read concurrency: group: ${{ github.ref }}-${{ github.workflow }} cancel-in-progress: true jobs: lint: name: Lint runs-on: ubuntu-latest permissions: checks: write contents: read pull-requests: write steps: - name: Checkout uses: actions/checkout@v6 with: fetch-depth: 0 - name: Lint id: ml uses: oxsecurity/megalinter/flavors/javascript@v9 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Report if: always() uses: actions/upload-artifact@v5 with: name: Lint Report path: | megalinter-reports mega-linter.log

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/withinfocus/tba'

If you have feedback or need assistance with the MCP directory API, please join our Discord server