Skip to content

Update changelog for v0.0.17 #142

Update changelog for v0.0.17

Update changelog for v0.0.17 #142

Workflow file for this run

name: Ruff
on: [ pull_request, push ]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- name: Run Cimon (eBPF).
uses: cycodelabs/cimon-action@v0
with:
client-id: ${{ secrets.CIMON_CLIENT_ID }}
secret: ${{ secrets.CIMON_SECRET }}
prevent: true
allowed-hosts: >
files.pythonhosted.org
pypi.org
- name: Checkout repository.
uses: actions/checkout@v3
- name: Setup Python.
uses: actions/setup-python@v4
with:
python-version: 3.7
- name: Run linter check.
uses: chartboost/ruff-action@v1
with:
version: 0.0.275