Skip to content

Bump black from 24.4.2 to 24.8.0 #285

Bump black from 24.4.2 to 24.8.0

Bump black from 24.4.2 to 24.8.0 #285

Workflow file for this run

name: CI
on:
push:
branches:
- master
tags:
- '**'
pull_request: {}
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '14.21.3'
- run: yarn install
- name: set up python
uses: actions/setup-python@v3
with:
python-version: '3.8'
- name: install
run: |
make install
harrier --version
- name: lint
run: |
make lint
- name: Check Actions
env:
TC_API_KEY: ${{ secrets.TC_API_KEY }}
run: python ./scripts/check_actions.py
- run: harrier build