mirror of
https://github.com/RGBCube/alejandra
synced 2025-08-01 04:57:44 +00:00
fix: pr workflow
This commit is contained in:
parent
316635840d
commit
7ef6659175
1 changed files with 3 additions and 1 deletions
4
.github/workflows/pr.yaml
vendored
4
.github/workflows/pr.yaml
vendored
|
@ -16,7 +16,9 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Setup
|
- name: Setup
|
||||||
run: |
|
run: |
|
||||||
node --version
|
apt update
|
||||||
|
apt install nodejs
|
||||||
|
mkdir -p /__e/node12/bin
|
||||||
ln -s $(command -v node) /__e/node12/bin/node
|
ln -s $(command -v node) /__e/node12/bin/node
|
||||||
- name: Clone
|
- name: Clone
|
||||||
uses: actions/checkout@v1
|
uses: actions/checkout@v1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue