0
0
mirror of https://github.com/lipis/flag-icons.git synced 2024-11-22 11:27:29 +01:00
flags/.github/workflows/format.yml

18 lines
336 B
YAML
Raw Normal View History

2022-06-21 10:00:43 +02:00
name: Test Format
2021-10-23 11:57:45 +02:00
on: pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node.js LTS
uses: actions/setup-node@v3
2021-10-23 11:57:45 +02:00
with:
2022-06-21 10:00:43 +02:00
node-version: "lts/*"
2021-10-23 11:57:45 +02:00
- name: Install and test
run: |
yarn --frozen-lockfile
yarn test