Skip to content

chore(deps): bump KSXGitHub/github-actions-deploy-aur from 3.0.1 to 4.1.1 #243

chore(deps): bump KSXGitHub/github-actions-deploy-aur from 3.0.1 to 4.1.1

chore(deps): bump KSXGitHub/github-actions-deploy-aur from 3.0.1 to 4.1.1 #243

Workflow file for this run

name: CI
permissions:
contents: read
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
lints:
name: "Lint"
uses: ./.github/workflows/act_lint.yml
permissions:
contents: read
security-events: write
build:
name: "Build"
uses: ./.github/workflows/act_build.yml
mdbook:
name: "Mdbook"
uses: ./.github/workflows/act_mdbook.yml