0
0
mirror of https://github.com/lipis/flag-icons.git synced 2024-11-22 19:47:45 +01:00
flags/.github/workflows/flags.yml
2022-06-21 10:52:19 +03:00

17 lines
321 B
YAML

name: Test Flags
on: pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Python
uses: actions/setup-python@v4.0.0
with:
python-version: '3.x'
architecture: 'x64'
- name: Test flags
run: python flags.py