Skip to content

Fix badges for new workflow name. #2

Fix badges for new workflow name.

Fix badges for new workflow name. #2

name: Build and Test
permissions: read-all
on:
push:
branches:
- master
- gh-actions-test
pull_request:
branches:
- master
jobs:
build-and-test:
runs-on: ubuntu-20.04
steps:
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: "20"
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.11"
- name: Install Bash (Ubuntu)
run: sudo apt-get update && sudo apt-get install -y bash
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Run everything
run: |
bash scripts/pre.sh