Skip to content

Bump got, @rocketseat/gatsby-theme-docs, gatsby, gatsby-plugin-canonical-urls, gatsby-plugin-google-analytics, gatsby-plugin-google-gtag, gatsby-plugin-manifest, gatsby-plugin-offline and gatsby-plugin-sitemap #2787

Bump got, @rocketseat/gatsby-theme-docs, gatsby, gatsby-plugin-canonical-urls, gatsby-plugin-google-analytics, gatsby-plugin-google-gtag, gatsby-plugin-manifest, gatsby-plugin-offline and gatsby-plugin-sitemap

Bump got, @rocketseat/gatsby-theme-docs, gatsby, gatsby-plugin-canonical-urls, gatsby-plugin-google-analytics, gatsby-plugin-google-gtag, gatsby-plugin-manifest, gatsby-plugin-offline and gatsby-plugin-sitemap #2787

Workflow file for this run

---
name: CI
on:
push:
pull_request:
jobs:
markdown_lint:
name: Markdown Lint
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: markdownlint-cli
uses: nosborn/github-action-markdown-cli@v1.1.1
with:
config_file: ".markdownlintrc"
files: .
yaml_lint:
name: YAML Lint
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: yamllint-cli
uses: "docker://pipelinecomponents/yamllint:latest"
with:
args: yamllint -c .yamllintrc .