Skip to content

Scrape and save event images for Events #264

Scrape and save event images for Events

Scrape and save event images for Events #264

Workflow file for this run

on:
push:
branches:
- main
pull_request:
jobs:
ruff:
runs-on: ubuntu-latest
name: "Run Bandit"
steps:
- name: "Checkout Repo"
uses: actions/checkout@v4
- name: Run Bandit
uses: dagger/dagger-for-github@v5
with:
verb: call
args: "linters bandit"
version: "0.12.6"