Skip to content

Update actions

Update actions #324

Workflow file for this run

name: ⚙️ Linting
on:
push:
branches:
- main
tags:
- '*'
pull_request:
branches:
- main
workflow_dispatch:
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
linting:
uses: SocketDev/socket-registry/.github/workflows/lint.yml@main
with:
node-version: '22'