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
ce66e38490
commit
316635840d
1 changed files with 5 additions and 1 deletions
6
.github/workflows/pr.yaml
vendored
6
.github/workflows/pr.yaml
vendored
|
@ -10,10 +10,14 @@ concurrency:
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
container:
|
container:
|
||||||
image: myoung34/github-runner:latest
|
image: ubuntu:latest
|
||||||
options: --user 1
|
options: --user 1
|
||||||
runs-on: self-hosted
|
runs-on: self-hosted
|
||||||
steps:
|
steps:
|
||||||
|
- name: Setup
|
||||||
|
run: |
|
||||||
|
node --version
|
||||||
|
ln -s $(command -v node) /__e/node12/bin/node
|
||||||
- name: Clone
|
- name: Clone
|
||||||
uses: actions/checkout@v1
|
uses: actions/checkout@v1
|
||||||
- name: Install Nix
|
- name: Install Nix
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue