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:36:58 -05:00
parent ce66e38490
commit 316635840d
No known key found for this signature in database
GPG key ID: FFF341057F503148

View file

@ -10,10 +10,14 @@ concurrency:
jobs:
test:
container:
image: myoung34/github-runner:latest
image: ubuntu:latest
options: --user 1
runs-on: self-hosted
steps:
- name: Setup
run: |
node --version
ln -s $(command -v node) /__e/node12/bin/node
- name: Clone
uses: actions/checkout@v1
- name: Install Nix