mirror of
https://github.com/danog/dart-sass.git
synced 2024-12-04 02:27:47 +01:00
17f7fab482
This converts the build-protobuf action into a general action that initializes Dart _and_ builds the protobuf. It also factors out the repeated work to set up the sass-spec repo.
13 lines
295 B
YAML
13 lines
295 B
YAML
name: sass-spec
|
|
description: Check out sass-spec and install its dependencies.
|
|
runs:
|
|
using: composite
|
|
steps:
|
|
- name: Check out sass-spec
|
|
uses: sass/clone-linked-repo@v1
|
|
with: {repo: sass/sass-spec}
|
|
|
|
- run: npm install
|
|
working-directory: sass-spec
|
|
shell: bash
|