Skip to content

Testing CI check for last_updated #1419

Testing CI check for last_updated

Testing CI check for last_updated #1419

Workflow file for this run

name: CI
'on':
- push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: |
npm install
- name: Run Prettier
run: |
npm run check