Skip to content

Updating slides for working in teams #340

Updating slides for working in teams

Updating slides for working in teams #340

Workflow file for this run

jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- env:
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_ALL_CODEBASE: false
uses: github/super-linter@v4
name: super-linter
on:
pull_request:
branches: [main]
push:
branches-ignore:
- gh-pages
- main