Skip to content

chore(deps-dev): bump typescript from 5.4.5 to 5.5.2 #598

chore(deps-dev): bump typescript from 5.4.5 to 5.5.2

chore(deps-dev): bump typescript from 5.4.5 to 5.5.2 #598

Workflow file for this run

name: Lint
on: [push]
jobs:
lint:
name: Ensure our linting standards
runs-on: ubuntu-latest
permissions:
pull-requests: write
actions: write
contents: write
steps:
- name: 🛎️ Checkout
uses: actions/checkout@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: 🔨 Setup Node.js
uses: actions/[email protected]
with:
node-version: "lts/*"
- name: 🚧 Install dependencies
run: npm install
- name: 🛂 Enforce linting
run: npm run lint-fix
- uses: EndBug/[email protected]
if: ${{ github.ref == 'ref/heads/main' }}
with:
author_name: "Prettier Bot"
author_email: "[email protected]"
message: "chore: Use prettier to lint files [skip ci]"