File: prebuild.yaml

package info (click to toggle)
node-canvas 3.2.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,592 kB
  • sloc: javascript: 16,908; cpp: 8,125; makefile: 23
file content (13 lines) | stat: -rw-r--r-- 308 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
# This is a dummy file so that this workflow shows up in the Actions tab.
# Prebuilds are actually run using the prebuilds branch.

name: Make Prebuilds
on: workflow_dispatch

jobs:
  Linux:
    name: Nothing
    runs-on: ubuntu-latest
    steps:
      - name: Nothing
        run: echo "Nothing to do here"