Skip to content

chore(deps): bump @trpc/server from 11.0.0-rc.741 to 11.0.0-rc.802 #37

chore(deps): bump @trpc/server from 11.0.0-rc.741 to 11.0.0-rc.802

chore(deps): bump @trpc/server from 11.0.0-rc.741 to 11.0.0-rc.802 #37

Workflow file for this run

name: Lint
on: # yamllint disable-line rule:truthy
push: null
pull_request: null
permissions:
contents: read
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
permissions:
contents: read
packages: read
# To report GitHub Actions status checks
statuses: write
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: "0"
- name: Run ESLint and post results
uses: super-linter/super-linter@v7
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}