1
Fork 0
mirror of https://github.com/RGBCube/alejandra synced 2025-07-31 12:37:45 +00:00

fix: pr workflow

This commit is contained in:
Kevin Amado 2022-02-07 21:47:06 -05:00
parent 7ef6659175
commit 1839b3aa04
No known key found for this signature in database
GPG key ID: FFF341057F503148

View file

@ -9,19 +9,10 @@ concurrency:
group: ${{ github.actor }}
jobs:
test:
container:
image: ubuntu:latest
options: --user 1
runs-on: self-hosted
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
uses: actions/checkout@v1
uses: actions/checkout@v2
- name: Install Nix
uses: cachix/install-nix-action@v15
- name: Build