0
0
mirror of https://github.com/lipis/flag-icons.git synced 2024-11-22 02:47:32 +01:00
flags/.github/workflows/format.yml
2022-06-21 11:00:43 +03:00

18 lines
336 B
YAML

name: Test Format
on: pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node.js LTS
uses: actions/setup-node@v3
with:
node-version: "lts/*"
- name: Install and test
run: |
yarn --frozen-lockfile
yarn test