Skip to content

[NM-62] Add population pyramid plot #377

[NM-62] Add population pyramid plot

[NM-62] Add population pyramid plot #377

Workflow file for this run

on:
push:
branches:
- main
pull_request:
branches:
- "*"
name: Lint Back End
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Make shared env
uses: ./.github/actions/make-shared-env
with:
install-packages: 'false'
dh-username: ${{ secrets.DOCKERHUB_USERNAME }}
dh-password: ${{ secrets.DOCKERHUB_TOKEN }}
ghcr-username: ${{ github.actor }}
ghcr-password: ${{ secrets.GITHUB_TOKEN }}
- name: Lint back end
run: src/gradlew -p src app:detektMain -x app:compileFrontEnd -x app:copyAssets