Skip to content

Delete .github/ISSUE_TEMPLATE/documentation.md #9

Delete .github/ISSUE_TEMPLATE/documentation.md

Delete .github/ISSUE_TEMPLATE/documentation.md #9

Workflow file for this run

<<<<<<< HEAD
name: FOSSA

Check failure on line 2 in .github/workflows/fossa.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/fossa.yaml

Invalid workflow file

You have an error in your yaml syntax on line 2
on:
push:
branches: [ main ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ main ]
schedule:
- cron: '31 15 * * 2'
jobs:
build:
runs-on: ubuntu-22.04
strategy:
matrix:
python-version: [ "3.7", "3.8", "3.9" ]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
- name: run FOSSA analysis
env:
# FOSSA Push-Only API Token
FOSSA_API_KEY: '0b0868c9567ab9de697318e515248cad'
run: |
sudo curl -H 'Cache-Control: no-cache' https://raw.githubusercontent.com/fossas/fossa-cli/master/install-latest.sh | sudo bash
cd '${{github.workspace}}'
sudo -E fossa analyze
=======
version https://git-lfs.github.com/spec/v1
oid sha256:606a9639f3dd6c6d69d089324d9b471355851abf97163692ab2514ebf1626bf4
size 880
>>>>>>> 9676c3e (ya toh aar ya toh par)