Skip to content

Clean up network profiles #20

Clean up network profiles

Clean up network profiles #20

Workflow file for this run

on:
pull_request:
push:
branches: [main]
jobs:
lictool:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Python 3
uses: actions/setup-python@v4
with:
python-version: 3.x
- name: Set git author to @actions
uses: fregante/setup-git-user@v2
- name: Install lictool
run: pip install git+https://github.com/emzeat/[email protected]
- name: Run lictool
run: lictool
- name: Commit and push
uses: EndBug/add-and-commit@v9
with:
default_author: github_actions
message: "[ci] update license header"
push: true
fetch: true