Skip to content

build(deps-dev): bump prettier from 3.2.5 to 3.3.0 (#122) #140

build(deps-dev): bump prettier from 3.2.5 to 3.3.0 (#122)

build(deps-dev): bump prettier from 3.2.5 to 3.3.0 (#122) #140

Workflow file for this run

# This is workflow runs on push
#
name: Push
# Controls when the action will run.
on:
# Trigger workflow for pull requests.
push:
branches: [main]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
concurrency:
group: ${{ github.ref || github.run_id }}
cancel-in-progress: true
jobs:
lint-code:
name: '📌'
uses: ./.github/workflows/lint-code.yml
secrets:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}