Skip to content

build(deps): bump @eslint/plugin-kit from 0.2.0 to 0.2.3 in /Bragi #1210

build(deps): bump @eslint/plugin-kit from 0.2.0 to 0.2.3 in /Bragi

build(deps): bump @eslint/plugin-kit from 0.2.0 to 0.2.3 in /Bragi #1210

Workflow file for this run

name: Unit tests, static analysis, code style
on:
workflow_dispatch:
push:
jobs:
checkPr:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run container
run: make pantheon_run
- name: Install project deps
run: make deps
- name: Apply db migrations
run: make migrate
- name: Run all code checks
run: make lint
- name: Run all unit tests
run: make test
- name: Stop containers
if: always()
run: make pantheon_stop