Skip to content
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.

Add deprecation notice #193

Add deprecation notice

Add deprecation notice #193

Workflow file for this run

name: Lint
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
name: Lint
runs-on: ubuntu-22.04
steps:
- name: Install python dependencies
run: sudo apt-get update && sudo apt-get install -y python3-setuptools python3-pip
- name: Check out code
uses: actions/checkout@v3
- name: Lint
run: ./pleasew lint