Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge main into feature.color-4 #2054

Merged
merged 275 commits into from
Aug 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
275 commits
Select commit Hold shift + click to select a range
43b9d8a
Use cli_pkg to deploy binaries to GitHub releases
nex3 Jul 21, 2020
25a8184
Bump the version to 1.0.0-beta.2
nex3 Jul 21, 2020
04edb5e
Merge pull request #13 from sass/cli-pkg
nex3 Jul 22, 2020
2d2ad92
Regenerate the GitHub token (#14)
nex3 Jul 22, 2020
d37ef98
Regenerate the GitHub token again (#15)
nex3 Jul 22, 2020
2217c6c
Try building Windows releases on Windows (#16)
nex3 Jul 24, 2020
99859cb
Work around Travis errors caused by dart-lang/pub#2545 (#17)
nex3 Aug 13, 2020
e302719
Update error handling to be asymmetric. (#18)
Aug 26, 2020
0aa346c
Temporarily disable dartfmt. (#19)
Nov 18, 2020
3130888
Delimit messages using varints, as per sass/embedded-protocol#38 (#23)
nex3 Dec 23, 2020
fa03766
Document where releases can be found (#21)
nex3 Dec 23, 2020
2f4fb06
Handle CompileRequest.StringInput.importer (#22)
nex3 Dec 23, 2020
8a559fb
Update tests for the latest Sass version (#25)
nex3 Jan 5, 2021
5f20d0a
Release 1.0.0-beta.6
nex3 Jan 6, 2021
d37212b
Use 0xffffffff as the fallback error ID
nex3 Jan 6, 2021
8968233
Merge pull request #26 from sass/release
nex3 Jan 8, 2021
8128431
Use the dart cli in tasks (#27)
stof Jan 13, 2021
d18aa4d
Migrate CI to github actions (#28)
stof Jan 20, 2021
b068083
Use GitHub Actions' bearer: token rather than a basic auth token (#30)
nex3 Jan 21, 2021
831e5e9
Formatted alerts (#35)
Feb 4, 2021
84eff0a
Release 1.0.0-beta.7 (#36)
Feb 24, 2021
54d067e
Use the official setup-dart action (#37)
stof Mar 3, 2021
93bc86f
Support non-nullability (#40)
nex3 May 18, 2021
3257597
Avoid /-as-division deprecation warnings
nex3 May 24, 2021
49ef4c1
Use the new enum names in the latest protocol version
nex3 May 24, 2021
de335d8
Fix warning expectations in tests
nex3 May 25, 2021
5d81f26
Merge pull request #43 from sass/fix-tests
nex3 May 25, 2021
12c4680
Implement CanonicalizeRequest.from_import (#41)
nex3 May 26, 2021
66ab368
Support fuzzy range errors (#45)
nex3 May 26, 2021
67bd395
Add a CI task that checks formatting
nex3 Jun 14, 2021
f0501ec
Reformat
nex3 Jun 14, 2021
1c773f1
Support VersionRequest and VersionResponse (#46)
nex3 Jun 14, 2021
f09f302
Merge pull request #47 from sass/formatting
nex3 Jun 14, 2021
c919db7
Support CompileRequest.quiet_deps and .verbose (#48)
nex3 Jun 16, 2021
b402a20
Refer to "main" branches (#49)
nex3 Jun 29, 2021
c80320f
Set CompileSuccess.loaded_urls (#50)
nex3 Jul 23, 2021
0de8deb
Give nnbd an explicit guarantee on the switch case. (#51)
Aug 17, 2021
5ff4e84
Support slash-separated lists
nex3 Aug 17, 2021
e98484a
Add support for argument lists
nex3 Aug 9, 2021
0ed8d89
Merge pull request #52 from sass/argument-list
nex3 Aug 23, 2021
4396693
Support consuming Value.HwbColor and emitting Value.HslColor (#54)
nex3 Aug 31, 2021
d206351
Implement --version flag for cli (#53)
ntkme Sep 2, 2021
53cbcdb
Add support for calculations (#55)
nex3 Sep 29, 2021
17f1e69
Report a better error message for an empty CompileRequest.Input.path …
nex3 Dec 14, 2021
1cbb0c5
Implement FileImporter (#57)
nex3 Dec 15, 2021
26127d8
Treat invalid function signatures as function errors (#58)
nex3 Dec 29, 2021
5012b5c
Allow ImporterResponse.result to be null (#59)
nex3 Dec 30, 2021
21f0219
Don't return a CompileFailure without a span (#60)
nex3 Dec 30, 2021
e3e25c7
Commit the lockfile (#63)
nex3 Dec 30, 2021
ff0afc3
Update dependency versions (#65)
nex3 Jan 14, 2022
53464a7
Use the Sass shared Dart analysis options (#67)
nex3 Jan 26, 2022
e12ef6f
Allow PRs to be linked to the Dart Sass and embedded protocol repos
nex3 Jan 25, 2022
2b34ec0
Add a test that verifies the Dart Sass version
nex3 Jan 26, 2022
d9b98b4
Merge pull request #66 from sass/link-prs
nex3 Jan 26, 2022
f26ed51
Cut a release of the embedded host after the compiler releases (#68)
nex3 Jan 27, 2022
459d95b
Add dependency_overrides on sass_api for linked PRs (#69)
nex3 Jan 27, 2022
5509f1c
Implement support for sourceMapIncludeSources (#62)
stof Jan 31, 2022
15469fe
Use `|` rather than `>` in ci.yml (#72)
nex3 Feb 1, 2022
d8c3096
Update Dart Sass version and release
sassbot Feb 1, 2022
301d946
Update Dart Sass version and release
sassbot Feb 1, 2022
b295292
Update Dart Sass version and release
sassbot Feb 1, 2022
1b072bd
Update the CHANGELOG for embedded-host-node before releasing it (#73)
nex3 Feb 1, 2022
2b5c7d5
Update Dart Sass version and release
sassbot Feb 1, 2022
2cc1360
Use dart analyze instead of the old dartanalyzer (#70)
stof Feb 9, 2022
565318f
Remove an unused import (#71)
stof Feb 9, 2022
366a9f4
Update Dart Sass version and release
sassbot Feb 17, 2022
31d0eb6
Update Dart Sass version and release
sassbot Feb 24, 2022
38451a4
Deploy linux arm64 release to github (#77)
ntkme Mar 28, 2022
6143a58
Update Dart Sass version and release
sassbot Mar 30, 2022
d0e4e6c
Set id on all OutboundMessage with id field (#80)
ntkme Mar 31, 2022
a5d370c
Update Dart Sass version and release
sassbot Apr 1, 2022
3950072
Update Dart Sass version and release
sassbot Apr 7, 2022
f2053d7
Run JS API tests for the Node embedded host (#84)
nex3 Apr 8, 2022
615f6ed
Treat null importer as noOp if url is not a file: url (#83)
ntkme Apr 12, 2022
85735c4
Update Dart Sass version and release
sassbot Apr 19, 2022
8e907ab
Update Dart Sass version and release
sassbot Apr 26, 2022
5917e5e
Update Dart Sass version and release
sassbot May 20, 2022
3d442b4
Run qemu with tmpfs (#89)
ntkme Jun 1, 2022
5a70b24
Update Dart Sass version and release
sassbot Jun 3, 2022
a454525
Update Dart Sass version and release
sassbot Jun 9, 2022
be23a74
Update Dart Sass version and release
sassbot Jun 22, 2022
1123943
Add charset option
ntkme Jun 24, 2022
50ade30
Fix linked repo clone path
ntkme Jul 1, 2022
fa972c9
Use mv instead of ln -s
ntkme Jul 2, 2022
2b0721c
Merge pull request #91 from ntkme/charset-option
Goodwine Jul 6, 2022
6f5e1f1
Fix CI when declaring -dev dependencies (#92)
Goodwine Jul 12, 2022
95caed4
Use the latest version of sass_api
nex3 Jul 22, 2022
1894fc6
Try building native ARM64 executables for Mac OS
nex3 Jul 22, 2022
4c98e0d
Consolidate repeated deploy jobs into a matrix
nex3 Jul 22, 2022
f69d784
Merge pull request #93 from sass/release
nex3 Jul 22, 2022
3f1eceb
Block releasing on successfully running _all_ tests (#94)
nex3 Jul 22, 2022
59ba6ea
Add the changelog entry for 1.54.0 (#95)
nex3 Jul 22, 2022
d1ab9e6
Revert "Run qemu with tmpfs (#89)" (#96)
ntkme Jul 22, 2022
3d2c927
Re-use protobuf artifact instead of building on macos arm64 (#101)
ntkme Aug 2, 2022
cf1cc4e
Update Dart Sass version and release
sassbot Aug 2, 2022
24575f2
Update GitHub actions dependency versions (#99)
nex3 Aug 3, 2022
82a8b8f
Remove a leftover parenthesis (#98)
nex3 Aug 3, 2022
9bc9f49
Specify architectures when installing Dart (#103)
nex3 Aug 3, 2022
a20673a
Update Dart Sass version and release
sassbot Aug 3, 2022
fb12d87
Update Dart Sass version and release
sassbot Aug 4, 2022
6faac1f
Update Dart Sass version and release
sassbot Aug 10, 2022
eaceb48
Update optional dependency versions in embedded-host-node (#107)
nex3 Aug 19, 2022
b7d92dc
Release 1.54.5 (#108)
nex3 Aug 19, 2022
5202161
fix: update optional dependencies version in CI (#109)
ahabhgk Aug 29, 2022
5821df1
Update Dart Sass version and release
sassbot Aug 29, 2022
bec175e
Remove an extra quote in the deploy script (#110)
nex3 Aug 30, 2022
7019efc
Release 32-bit ARM on Linux (#88)
jathak Aug 30, 2022
cecb1a9
Update Dart Sass version and release
sassbot Aug 31, 2022
dbc015b
Update Dart Sass version and release
sassbot Aug 31, 2022
8056d55
Update Dart Sass version and release
sassbot Sep 7, 2022
dd4db56
Update dependencies and release (#113)
nex3 Sep 21, 2022
905fe50
Add CHANGELOG entry for 1.55.0 (#114)
nex3 Sep 22, 2022
522dac9
Update README.md (#116)
cmahnke Oct 13, 2022
d52222c
Update Dart Sass version and release
sassbot Nov 4, 2022
14264bc
Update Dart Sass version and release
sassbot Nov 9, 2022
46f42cb
Reformat pubspec.yaml (#121)
ntkme Dec 1, 2022
bec6b3d
Do not throw ProtocolErrorType.PARAMS for custom functions and import…
ntkme Dec 8, 2022
dfd4432
Auto-update homebrew formula on release (#122)
ntkme Dec 8, 2022
1e88f05
Update Dart Sass version and release
sassbot Dec 8, 2022
71960da
Use latest version of cli_pkg (#124)
ntkme Dec 8, 2022
8bde248
Create dependabot.yml (#127)
ntkme Dec 17, 2022
ac2a348
Cherry-pick CI changes from feature.color-4
nex3 Dec 19, 2022
890fbcb
Run sass-spec tests against the latest Dart Sass by default
nex3 Dec 19, 2022
d426ab8
Update Dart Sass version and release
sassbot Dec 19, 2022
e95e5a3
Merge pull request #134 from sass/ci
nex3 Dec 20, 2022
288bbdd
Fix dart analyze issues (#135)
ntkme Dec 28, 2022
436185a
Bump test from 1.22.1 to 1.22.2 (#138)
dependabot[bot] Jan 17, 2023
8680e05
Bump cli_pkg from 2.1.9 to 2.2.0 (#140)
dependabot[bot] Jan 24, 2023
0248608
Return an error when using a custom property in a propset instead of …
Goodwine Jan 24, 2023
0006924
Fix escaped backslash crash (#1870)
jathak Jan 25, 2023
499965a
Update CI Node versions to 18/16/14 (#1871)
jathak Jan 25, 2023
34a34c0
Update CI Node versions to 18/16/14 (#139)
jathak Jan 25, 2023
5a521b8
Add all CSS length units in known compatibilities (#1868)
stof Jan 30, 2023
98fe9a4
Track dependencies through `meta.load-css()` with `--watch` (#1877)
nex3 Feb 1, 2023
487753e
Release 1.58.0 (#142)
nex3 Feb 1, 2023
6310dfb
Update synchronization tests to verify the entire file (#1880)
nex3 Feb 2, 2023
5eb66fc
Fixes typos (#1879)
deining Feb 3, 2023
d2bc710
Update and lock sass_api version when releasing dart-sass-embedded (#…
ntkme Feb 6, 2023
f50a3f0
Use buf instead of protoc to compile protobufs (#146)
nex3 Feb 9, 2023
b4d390f
Add missing setup-dart step in qemu release (#147)
ntkme Feb 10, 2023
c8b4cd0
Don't emit "deg" for hsl hues (#1885)
nex3 Feb 14, 2023
9d2abbc
Bump grinder from 0.9.2 to 0.9.3 (#145)
dependabot[bot] Feb 14, 2023
e468cf0
Bump meta from 1.8.0 to 1.9.0 (#144)
dependabot[bot] Feb 14, 2023
f966cbc
Bump sass_api from 4.2.1 to 5.0.0 (#143)
dependabot[bot] Feb 14, 2023
2c8bf35
Update Dart Sass version and release
sassbot Feb 14, 2023
13a18cd
Fix qemu releases (#149)
ntkme Feb 14, 2023
13cc7d2
Improve the suggested replacements for unary minus in /-as-division (…
nex3 Feb 16, 2023
c452388
Add timestamp to printed compile statement (#1876)
dannypernik Feb 17, 2023
c23d5d9
Update Dart Sass version and release
sassbot Feb 17, 2023
620d8d3
Cut a release to include sass/embedded-host-node#206 (#1890)
nex3 Feb 18, 2023
9094419
Update Dart Sass version and release
sassbot Feb 18, 2023
664a670
Add a changelog entry for sass/embedded-host-node#207 (#1898)
nex3 Feb 28, 2023
eb1ced1
Pull @font-face out to root (#1899)
Goodwine Mar 2, 2023
f022e02
Improve errors for invalid CSS values passed to CSS functions (#1901)
nex3 Mar 3, 2023
434f2b9
Remove workaround for dart-lang/setup-dart#59 (#1904)
nex3 Mar 6, 2023
7d38d42
Remove workaround for dart-lang/setup-dart#59 (#151)
nex3 Mar 6, 2023
9417b6e
Track original source spans for selectors (#1903)
nex3 Mar 8, 2023
8f8138d
Add --fatal-deprecations and --future-deprecations (#1820)
jathak Mar 10, 2023
ffc7067
Update Dart Sass version and release
sassbot Mar 10, 2023
d0ca8e0
Fix macOS arm64 build and release a new version (#1906)
jathak Mar 10, 2023
9893512
Update Dart Sass version and release
sassbot Mar 10, 2023
c6752b5
Revert "Remove workaround for dart-lang/setup-dart#59 (#151)" (#153)
jathak Mar 11, 2023
b540d59
Release 1.59.2 (#1908)
jathak Mar 11, 2023
a3e3d9b
Update Dart Sass version and release
sassbot Mar 11, 2023
09a5f09
Fix performance regression from selector spans (#1916)
jathak Mar 14, 2023
2d210a4
Update Dart Sass version and release
sassbot Mar 14, 2023
f5a3dea
Add support for constants in calculations (#1922)
nex3 Mar 23, 2023
c6e7dbc
Require node>=14.0.0 (#1911)
ntkme Mar 23, 2023
96a5ffe
Update Dart Sass version and release
sassbot Mar 23, 2023
60b8be6
Remove Node 12 from CI (#1925)
jathak Mar 28, 2023
4ddd8f5
Add a changelog entry for sass/embedded-host-node#212 (#1928)
nex3 Apr 6, 2023
702a7ee
Fix the performance of selector span expansion (#1929)
nex3 Apr 6, 2023
0c76246
Update Dart Sass version and release
sassbot Apr 6, 2023
283bdc0
Deprecate duplicate !global and !default declarations (#1931)
nex3 Apr 7, 2023
e68818a
Allow global Sass function colliding with CSS native functions to use…
Goodwine Apr 10, 2023
c55235d
Don't separate out media queries after one has bubbled (#1933)
nex3 Apr 11, 2023
6f1305c
Update Dart Sass version and release
sassbot Apr 11, 2023
3091de5
Fix :has(+ &) (#1938)
nex3 Apr 19, 2023
8dddcb7
Split SilentComment nodes on empty lines in SCSS (#1945)
nex3 Apr 25, 2023
152754e
Update Dart Sass version and release
sassbot Apr 25, 2023
3fc6a42
Move source and test files to namespaced subdirectories
nex3 May 9, 2023
6d6d5ee
Merge branch 'embedded-move' into embedded
nex3 May 10, 2023
bd771af
Merge pull request #1955 from sass/embedded
nex3 May 15, 2023
4692841
Fix printing usage when no args provided (#1963)
ntkme May 16, 2023
17f7fab
Pull more repeated GH Action tasks into sub-actions (#1964)
nex3 May 17, 2023
cb039c7
Format with dart 3.0.1 (#1967)
ntkme May 17, 2023
eb18526
Use the embedded protocol from the Sass language repo (#1966)
nex3 May 17, 2023
cca9464
Add support for running in the browser (#1895)
jerivas May 19, 2023
1c9a5e1
Document browser support (#1972)
nex3 May 19, 2023
f0f00a6
Address deprecation warning in GitHub Actions (#1968)
ntkme May 22, 2023
247098d
Further expand browser documentation and mention it in the README (#1…
nex3 May 24, 2023
9e1d18a
Upgrade the analyzer package (#1974)
nex3 May 24, 2023
21f98c6
Fix the syntax for browser examples in the README (#1975)
tachibana-shin May 25, 2023
44a3caf
Update README.md (#1979)
tianheg May 30, 2023
b0efcb0
Fix README Docker example (#1982) (#1983)
willywongi May 31, 2023
a88318f
Run embedded compilations across multiple isolates (#1981)
nex3 Jun 6, 2023
c3ed547
Release 1.63.0 (#1987)
nex3 Jun 7, 2023
d82654b
Fix deploy configuration (#1994)
nex3 Jun 8, 2023
eea0717
Block release on all tests (#1996)
nex3 Jun 8, 2023
ce909e4
Use the correct pub credential location for deploying sub-packages (#…
nex3 Jun 8, 2023
eb09d75
Fix a few more deployment issues (#1998)
nex3 Jun 8, 2023
645e48f
Cut a release (#2006)
nex3 Jun 9, 2023
760fa2e
Add current stylesheet to loadedUrls when throwing parsing error (#1991)
ntkme Jun 9, 2023
aa59a5f
Fix race condition between spawning and killing isolates during shutd…
ntkme Jun 9, 2023
ce58d87
Add missing ESM exports (#2010)
nex3 Jun 13, 2023
3de612e
Re-enable support for default exports (#2009)
nex3 Jun 13, 2023
e34a0c7
Cut a release (#2016)
nex3 Jun 14, 2023
b11840e
Limit pool size (#2019)
ntkme Jun 15, 2023
3fce74c
Update README: install with brew on macOS or Linux (#2012)
jmooring Jun 20, 2023
c41d52a
Bump protobuf and protoc_plugin (#2021)
dependabot[bot] Jun 20, 2023
cb4b442
Add a changelog entry for google/dart_cli_pkg#132 (#2020)
nex3 Jun 20, 2023
62f29c8
Update README: npm package does not support --embedded flag (#2022)
jmooring Jun 21, 2023
a48ced8
Fix a race condition with re-used compilation isolate IDs (#2018)
nex3 Jun 21, 2023
b4e8a74
Use the new import name for the ESM default export (#2026)
nex3 Jun 21, 2023
658eb70
Cut a release (#2025)
nex3 Jun 21, 2023
61af9ee
Use a common error handler for embedded protocol errors (#2027)
ntkme Jun 23, 2023
2bece76
Un-skip a test (#2028)
nex3 Jun 23, 2023
e9e44d7
Emit comments in source order where possible (#1989)
nex3 Jun 23, 2023
78150a9
Add changelog for sass/embedded-host-node#226 (#1992)
Goodwine Jul 1, 2023
60dbddf
Use a fine-grained personal access token to push to the Sass site (#2…
nex3 Jul 5, 2023
262961c
Check the fs library to determine if we're on Node.js (#2033)
nex3 Jul 6, 2023
fe7f9a1
Do not validate a CSS declaration if its key is interpolated (#2036)
Goodwine Jul 14, 2023
ca2be2a
Expose calculations in JS API (#1988)
jerivas Jul 19, 2023
6c59213
Start writing implementation documentation
nex3 Jul 20, 2023
89bd36b
Revert "Start writing implementation documentation"
nex3 Jul 21, 2023
b1d56a4
Change terminology to refer to JS instead of Node.js (#2039)
nex3 Jul 21, 2023
2836216
Fix deprotofy SassCalculation.clamp (#2043)
ntkme Jul 21, 2023
3367abe
Bump the sass_api version (#2044)
nex3 Jul 21, 2023
890fc17
Include protobuf definitions in the pub package (#2048)
nex3 Jul 31, 2023
8e5e7fc
Add a pubignore so pub knows to publish protobuf files (#2050)
nex3 Aug 1, 2023
17e3a48
Convert Sass to Dart 3 style (#2038)
nex3 Aug 2, 2023
8802c69
Add ignores to work around dart-lang/linter#4381 (#2053)
nex3 Aug 2, 2023
f9280e4
Merge branch 'main' of github.com:sass/dart-sass into feature.color-4
nex3 Aug 2, 2023
0f5b99e
Update new color space code to Dart 3 style
nex3 Aug 2, 2023
0132208
Fix alpha unit behavior
nex3 Aug 2, 2023
90c0004
Fix hsl() deprotofy tests
nex3 Aug 2, 2023
254679b
Fix embedded protofier tests
nex3 Aug 3, 2023
4c3bd0e
Deprecate explicitly passing null as an alpha value (#2049)
nex3 Aug 7, 2023
e4c8cd6
Calc functions implementation (#1970)
pamelalozano16 Aug 9, 2023
bb24476
Update abs-percent deprecatedIn version (#2057)
pamelalozano16 Aug 9, 2023
4a86812
Bump http from 0.13.6 to 1.1.0 (#2062)
dependabot[bot] Aug 16, 2023
86a2f42
Revert "Update abs-percent deprecatedIn version (#2057)"
nex3 Aug 17, 2023
458852d
Revert "Calc functions implementation (#1970)"
nex3 Aug 17, 2023
a6a06b7
Update pubspec and changelog and re-add abs-percent deprecation
nex3 Aug 17, 2023
e70cd5a
Merge pull request #2067 from sass/revert-calc
nex3 Aug 17, 2023
aa53bd0
Use wrapJSExceptions() to work around dart-lang/sdk#53105 (#2055)
nex3 Aug 18, 2023
8f0eca3
Update README.md (#2069)
AirstarsAsia Aug 21, 2023
099b64f
Merge branch 'main' of github.com:sass/dart-sass into merge-main
nex3 Aug 21, 2023
a56e92d
Reformat and fix analysis
nex3 Aug 21, 2023
7d17629
Remove unused imports
nex3 Aug 21, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
36 changes: 36 additions & 0 deletions .github/util/initialize/action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
name: Initialize
description: Check out Dart Sass and build the embedded protocol buffer.
inputs:
github-token: {required: true}
node-version: {required: false, default: 18}
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: actions/setup-node@v3
with:
node-version: "${{ inputs.node-version }}"

- run: dart pub get
shell: bash

- run: npm install
shell: bash

- uses: bufbuild/buf-setup-action@v1.13.1
with: {github_token: "${{ inputs.github-token }}"}

- name: Check out the language repo
uses: sass/clone-linked-repo@v1
with: {repo: sass/sass, path: build/language}

- name: Generate Dart from protobuf
run: dart run grinder protobuf
env: {UPDATE_SASS_PROTOCOL: false}
shell: bash
12 changes: 12 additions & 0 deletions .github/util/sass-spec/action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
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
Loading