Skip to content

Bump micromatch from 4.0.5 to 4.0.8 in /spacelift-backend #50

Bump micromatch from 4.0.5 to 4.0.8 in /spacelift-backend

Bump micromatch from 4.0.5 to 4.0.8 in /spacelift-backend #50

Workflow file for this run

name: Validate Backstage plugins
on:
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v3
with:
node-version: '18.x'
registry-url: 'https://registry.npmjs.org'
- name: Checkout
uses: actions/checkout@v2
- name: Install dependencies
run: make install
- name: Lint
run: make lint
- name: Tests
run: make test
- name: Build plugins
run: make build