Skip to content

Replaced twittframe api with "Official twitter embed api" #103

Replaced twittframe api with "Official twitter embed api"

Replaced twittframe api with "Official twitter embed api" #103

Workflow file for this run

name: Internal patterns test
on: [pull_request]
jobs:
lint:
name: Patterns
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 16
registry-url: https://registry.npmjs.org/
- name: Cache node modules
uses: actions/cache@v1
with:
path: node_modules
key: ${{ runner.os }}-node-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
${{ runner.OS }}-build-${{ env.cache-name }}-
${{ runner.OS }}-build-
${{ runner.OS }}-
- run: yarn install
- run: yarn build
- run: yarn test