File: build.yml

package info (click to toggle)
nemo 6.6.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 9,100 kB
  • sloc: ansic: 128,108; xml: 1,560; python: 1,453; sh: 57; makefile: 20
file content (28 lines) | stat: -rw-r--r-- 718 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
name: Build

on:
  push:
    branches:
      - master
  pull_request:
    branches:
      - master
  workflow_dispatch:
    inputs:
      debug_enabled:
        type: boolean
        description: 'Start an SSH server on failure.'
        required: false
        default: false

jobs:
  build:
    uses: linuxmint/github-actions/.github/workflows/do-builds.yml@master
    with:
      commit_id: master
      ############################## Comma separated list - like 'linuxmint/xapp, linuxmint/cinnamon-desktop'
      dependencies: linuxmint/xapp, linuxmint/cinnamon-desktop, linuxmint/cinnamon-translations
      codespell_ignore_words_list: nd
      codespell_ignore_files_list:
      ##############################