Skip to content

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.62.0 to 6.3.0 #30

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.62.0 to 6.3.0

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.62.0 to 6.3.0 #30

Workflow file for this run

name: Continuous integration
on:
pull_request:
push:
branches:
- main
jobs:
changelog:
name: Changelog
runs-on: ubuntu-latest
outputs:
changelog: ${{ steps.changed-files.outputs.all_changed_files }}
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v36.4.1
build_project:
name: Build project
runs-on: ubuntu-latest
needs: changelog
if: |
contains(needs.changelog.outputs.changelog, 'src') ||
contains(needs.changelog.outputs.changelog, 'proto')
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Install protoc
uses: arduino/setup-protoc@v1
with:
version: "3.x"
- name: Build project
run: PKG_MANAGER=apt make