Skip to content

fixes #7059 : updates twitter logo to the new "X" logo #40

fixes #7059 : updates twitter logo to the new "X" logo

fixes #7059 : updates twitter logo to the new "X" logo #40

Workflow file for this run

name: ci
on:
pull_request:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2
with:
fetch-depth: 1
- name: install dependencies
run: npm install
- name: lint site
run: npm run lint
- name: build site
run: npm run build