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
7ef6659175
commit
1839b3aa04
1 changed files with 1 additions and 10 deletions
11
.github/workflows/pr.yaml
vendored
11
.github/workflows/pr.yaml
vendored
|
@ -9,19 +9,10 @@ concurrency:
|
||||||
group: ${{ github.actor }}
|
group: ${{ github.actor }}
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
container:
|
|
||||||
image: ubuntu:latest
|
|
||||||
options: --user 1
|
|
||||||
runs-on: self-hosted
|
runs-on: self-hosted
|
||||||
steps:
|
steps:
|
||||||
- name: Setup
|
|
||||||
run: |
|
|
||||||
apt update
|
|
||||||
apt install nodejs
|
|
||||||
mkdir -p /__e/node12/bin
|
|
||||||
ln -s $(command -v node) /__e/node12/bin/node
|
|
||||||
- name: Clone
|
- name: Clone
|
||||||
uses: actions/checkout@v1
|
uses: actions/checkout@v2
|
||||||
- name: Install Nix
|
- name: Install Nix
|
||||||
uses: cachix/install-nix-action@v15
|
uses: cachix/install-nix-action@v15
|
||||||
- name: Build
|
- name: Build
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue