Skip to content

Parse time. Pending merge with https://github.com/arran4/golang-ical/… #51

Parse time. Pending merge with https://github.com/arran4/golang-ical/…

Parse time. Pending merge with https://github.com/arran4/golang-ical/… #51

Workflow file for this run

name: gitleaks
on: [push,pull_request]
jobs:
gitleaks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: gitleaks-action
uses: zricethezav/gitleaks-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}