Skip to content

Update env_logger requirement from 0.7 to 0.11 #24

Update env_logger requirement from 0.7 to 0.11

Update env_logger requirement from 0.7 to 0.11 #24

Workflow file for this run

name: commits
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
name: conventional
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: webiny/[email protected]
# optional, required for private repos
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}