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

17 lines
317 B
YAML
Raw Permalink Normal View History

2022-06-21 09:52:19 +02:00
name: Test Flags
on: pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
2022-06-21 09:52:19 +02:00
- name: Setup Python
uses: actions/setup-python@v5
2022-06-21 09:52:19 +02:00
with:
2022-06-21 10:00:43 +02:00
python-version: "3.x"
architecture: "x64"
2022-06-21 09:52:19 +02:00
- name: Test flags
run: python flags.py