From 9f21e4cdfa19a3565a7b52cd9b7008ab09c78cb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manw=C3=AB?= Date: Mon, 19 Aug 2024 16:55:00 -0300 Subject: [PATCH] requirements.txt --- .github/workflows/build.yml | 61 ++++++++++++++++++------------------- requirements.txt | 0 2 files changed, 30 insertions(+), 31 deletions(-) create mode 100644 requirements.txt diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2e200360..a1312f7e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,8 +1,8 @@ name: "Build" -on: +on: push: - branches: '**' + branches: "**" jobs: build-job: @@ -11,34 +11,33 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-2019, macos-latest] - + steps: - - name: "Setup node" - uses: actions/setup-node@v1 - with: - node-version: '18' - - - uses: actions/setup-python@v5 - with: - python-version: '3.10' - cache: 'pip' - - - name: Install Python setup tools - run: | - pip install setuptools - - - name: "Checkout source code" - uses: "actions/checkout@v2" - - - name: "Install modules" - run: "npm run install:ci" - - - name: "Test" - run: "npm run jest:ci" - - - name: "Install distutils" - run: "pip install setuptools" - - - name: "Build (npm)" - run: "npm run build" + - name: "Setup node" + uses: actions/setup-node@v1 + with: + node-version: "18" + + - uses: actions/setup-python@v5 + with: + python-version: "3.10" + cache: "pip" + + - name: Install Python setup tools + run: | + pip install setuptools + + - name: "Checkout source code" + uses: "actions/checkout@v2" + + - name: "Install modules" + run: "npm run install:ci" + + - name: "Test" + run: "npm run jest:ci" + + - name: "Install distutils" + run: "pip install setuptools" + - name: "Build (npm)" + run: "npm run build" diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 00000000..e69de29b