Skip to content

Add store_tmpfile option to job_result_format_each() method to JobAPI and Client #35

Add store_tmpfile option to job_result_format_each() method to JobAPI and Client

Add store_tmpfile option to job_result_format_each() method to JobAPI and Client #35

Workflow file for this run

---
name: "CodeQL"
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
language: [python]
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3