-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1929 from sass/merge-main
Merge main into feature.color-4
- Loading branch information
Showing
209 changed files
with
9,331 additions
and
4,416 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
name: Dart Sass | ||
description: Check out Dart Sass and build the embedded protocol buffer. | ||
inputs: | ||
github-token: {required: true} | ||
dart-sdk: {required: false, default: stable} | ||
architecture: {required: false} | ||
runs: | ||
using: composite | ||
steps: | ||
- uses: dart-lang/setup-dart@v1 | ||
with: | ||
sdk: "${{ inputs.dart-sdk }}" | ||
architecture: "${{ inputs.architecture }}" | ||
|
||
- uses: bufbuild/[email protected] | ||
with: {github_token: "${{ inputs.github-token }}"} | ||
|
||
- uses: sass/clone-linked-repo@v1 | ||
with: {repo: sass/dart-sass, path: dart-sass} | ||
|
||
- run: dart pub get | ||
shell: bash | ||
working-directory: dart-sass | ||
|
||
- name: Check out the language repo | ||
uses: sass/clone-linked-repo@v1 | ||
with: {repo: sass/sass, path: dart-sass/build/language} | ||
|
||
- name: Generate Dart from protobuf | ||
run: dart run grinder protobuf | ||
env: {UPDATE_SASS_PROTOCOL: false} | ||
working-directory: dart-sass | ||
shell: bash | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.