Merge branch 'master' into env-files

This commit is contained in:
Ivan Malison 2024-01-06 06:26:45 -07:00
commit e1410ed402
3 changed files with 22 additions and 13855 deletions

View File

@ -0,0 +1,21 @@
name: Tests
on:
pull_request:
env:
NIXPKGS_ALLOW_UNFREE: 1
jobs:
install:
name: Install
runs-on: nixos-x86_64-linux
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: alejandra
run: nix develop --impure --command bash -c 'alejandra check flake.nix'
- name: install
run: nix develop --impure --command bash -c 'export HOME=$PWD; yarn config set link-folder . && yarn install'
- name: lint
run: nix develop --impure --command bash -c 'export HOME=$PWD; yarn run lint'

View File

@ -53,7 +53,7 @@
in with pkgs; { in with pkgs; {
defaultPackage = appBuild; defaultPackage = appBuild;
devShell = mkShell { devShell = mkShell {
buildInputs = [ nodejs yarn watchman gradle_7 ]; buildInputs = [ nodejs yarn watchman gradle_7 alejandra ];
ANDROID_SDK_BIN = android-sdk; ANDROID_SDK_BIN = android-sdk;
shellHook = '' shellHook = ''
export JAVA_HOME=${pkgs.jdk17.home} export JAVA_HOME=${pkgs.jdk17.home}

13854
package-lock.json generated

File diff suppressed because it is too large Load Diff