Skip to content

Feature/Merge all presentations, add docs & improve CI/CD #20

Feature/Merge all presentations, add docs & improve CI/CD

Feature/Merge all presentations, add docs & improve CI/CD #20

Workflow file for this run

name: CI # Continuous Integration
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
workflow_dispatch: {}
concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest # https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2204-Readme.md
steps:
- name: Checkout repository
uses: actions/checkout@v4 # https://github.com/marketplace/actions/checkout
- name: Setup
uses: ./.github/actions/setup
- name: Lint code
run: task lint
- name: Build web content
run: task build