Skip to content

Update pkg_deb to use ctx.action.args() for building the command line. #213

Update pkg_deb to use ctx.action.args() for building the command line.

Update pkg_deb to use ctx.action.args() for building the command line. #213

Workflow file for this run

name: Pre-Commit
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pre-commit/action@v3.0.1