Skip to content

chore(deps): update typescript-eslint monorepo to v6.8.0 #432

chore(deps): update typescript-eslint monorepo to v6.8.0

chore(deps): update typescript-eslint monorepo to v6.8.0 #432

Workflow file for this run

name: Build - Action bundle
on:
push:
paths:
- src/**
- package-lock.json
- tsconfig.json
- test/**
branches-ignore:
- renovate/**
pull_request:
types:
- opened
- synchronize
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
# Exclude in-repo PRs from running this job
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.fork
steps:
- name: Clone repository
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
- name: Setup Node.js 16
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3
with:
node-version: 16.x
cache: npm
- name: Install npm development dependencies
run: npm ci
- name: Build action
run: npm run build
- name: Commit and push action bundle
uses: EndBug/add-and-commit@1bad3abcf0d6ec49a5857d124b0bfb52dc7bb081 # v9
with:
add: -f dist/main/index.js dist/cleanup_working_directory/index.js
message: 'chore(dist): build'
author_name: github-actions[bot]
author_email: 41898282+github-actions[bot]@users.noreply.github.com